From 7ff50f4660fcaaf4310c2467472d82604ed992f9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 29 May 2017 03:00:34 -0400 Subject: [PATCH] Annoying. --- src/uncategorized/main.tw | 5 ----- src/uncategorized/reFullBed.tw | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 27a3f8eb14b..a5d62e96912 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -46,11 +46,6 @@ <br>@@.red;slavesOriginal[_i] $slavesOriginal[_i].slaveName (birthName $slavesOriginal[_i].birthName) has the same ID $slavesOriginal[_i].ID as slavesOriginal[_j] $slavesOriginal[_j].slaveName (birthName $slavesOriginal[_j].birthName)@@ The duplicate entries are <<if _.isEqual($slavesOriginal[_i], $slavesOriginal[_j])>>identical. <<link "Remove newer (higher-index) duplicate entry from slavesOriginal array">><<set $slavesOriginal.deleteAt(_j)>><<goto "Main">><</link>><<else>>different.<</if>> <</capture>> - <<elseif $slavesOriginal[_j].birthName == $slavesOriginal[_i].birthName && $slavesOriginal[_j].origin == $slavesOriginal[_i].origin && $slavesOriginal[_j].career == $slavesOriginal[_i].career>> - <<capture _i, _j>> - <br>@@.red;slavesOriginal[_i] $slavesOriginal[_i].slaveName (ID $slavesOriginal[_i].ID, birthName $slavesOriginal[_i].birthName, origin '$slavesOriginal[_i].origin', career '$slavesOriginal[_i].career') has the same birthName, origin and career as slavesOriginal[_j] (ID $slavesOriginal[_j].ID)@@ - The duplicate entries are <<if _.isEqual($slavesOriginal[_i], $slavesOriginal[_j])>>identical. <<link "Remove newer (higher-index) duplicate entry from slavesOriginal array">><<set $slavesOriginal.deleteAt(_j)>><<goto "Main">><</link>><<else>>different.<</if>> - <</capture>> <</if>> <</for>> <</if>> diff --git a/src/uncategorized/reFullBed.tw b/src/uncategorized/reFullBed.tw index a9efe32f60d..102236e3314 100644 --- a/src/uncategorized/reFullBed.tw +++ b/src/uncategorized/reFullBed.tw @@ -29,7 +29,7 @@ Today was an unusually relaxing day, and you aren't particularly tired. <<set $analTotal += 2>> <</replace>> <</link>> -<<if $bedSlaveTwo.preg > 20 && $bedSlaveOne.preg > 20 && $PC.dick == 1>> +<<if $slaves[_bedSlaveOne].preg > 20 && $slaves[_bedSlaveTwo].preg > 20 && $PC.dick == 1>> <br><<link "Fondle their pregnancies">> <<replace "#result">> With your arms each around a slave, you begin to run your hands across their bodies, focusing your attention on their full pregnancies. They snuggle closer to you, their nipples growing hard and their hips grinding against you. As they move, your rising cock catches in between their gravid middles, giving you an idea. Shifting your arms under and around their backs, you pull them together over your erect member and begin using their taut stomachs to pleasure yourself. They quickly catch on and push closer to each other, trapping your dick between them. Once they begin rubbing, and you humping, the skin surrounding you is quickly coated in precum. They smile at you as they feel your penis tense, and with one final thrust you coat their bellies in a layer of cum. They love your discovery of a new way to enjoy their bodies and become @@.hotpink;even more devoted to you.@@ -- GitLab