Quellcode durchsuchen

Throat, Vagina, and Anus fixes

Adjusted maximums for all three to 36, which is the minimum for the
final body display options, and one above the maximum size for dicks.
Fixed the image paths for anus, anal plug, and pubic hair image links.
Thekingofsweden vor 9 Jahren
Ursprung
Commit
56597863eb
2 geänderte Dateien mit 14 neuen und 14 gelöschten Zeilen
  1. 11 11
      locations/body
  2. 3 3
      locations/stat

+ 11 - 11
locations/body

@@ -1,14 +1,14 @@
 # body
 if analplugIN = 0:
-	if anus = 0:anpic = 0 & $anus = 'You have a virgin <a href="exec:view''images/body/0.jpg''">anus</a>.'
-	if anus > 0 and anus <= 5:anpic = 1 & $anus = 'Your <a href="exec:view''images/body/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
-	if anus > 5 and anus <= 10:anpic = 2 & $anus = 'Your <a href="exec:view''images/body/2.jpg''">anus</a> has the shape of an asterisk.'
-	if anus > 10 and anus <= 15:anpic = 3 & $anus = 'Your <a href="exec:view''images/body/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
-	if anus > 15 and anus <= 25:anpic = 4 & $anus = 'Your <a href="exec:view''images/body/4.jpg''">anus</a> look like a wide hole, anyone will definitely think that the only thing you do is anal sex.'
-	if anus > 25 and anus <= 35:anpic = 5 & $anus = 'Your <a href="exec:view''images/body/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
-	if anus > 35:anpic = 6 & $anus = 'Your <a href="exec:view''images/body/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
+	if anus = 0:anpic = 0 & $anus = 'You have a virgin <a href="exec:view''images/picb/0.jpg''">anus</a>.'
+	if anus > 0 and anus <= 5:anpic = 1 & $anus = 'Your <a href="exec:view''images/picb/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
+	if anus > 5 and anus <= 10:anpic = 2 & $anus = 'Your <a href="exec:view''images/picb/2.jpg''">anus</a> has the shape of an asterisk.'
+	if anus > 10 and anus <= 15:anpic = 3 & $anus = 'Your <a href="exec:view''images/picb/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
+	if anus > 15 and anus <= 25:anpic = 4 & $anus = 'Your <a href="exec:view''images/picb/4.jpg''">anus</a> look like a wide hole, anyone will definitely think that the only thing you do is anal sex.'
+	if anus > 25 and anus <= 35:anpic = 5 & $anus = 'Your <a href="exec:view''images/picb/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
+	if anus > 35:anpic = 6 & $anus = 'Your <a href="exec:view''images/picb/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
 else
-	$anus = 'Your <a href="exec:view''picb/analplug.jpg''">anus</a> is currently filled with your butt plug.'
+	$anus = 'Your <a href="exec:view''images/picb/analplug.jpg''">anus</a> is currently filled with your butt plug.'
 end
 
 if throat = 0:thpic = 0 & $throat = 'You chaste <a href="exec:view''images/picb/th0.jpg''">mouth</a>.' & $throattipe = 'absolutely unusual'
@@ -231,9 +231,9 @@ if leghair > 5:legkoef = 0 & $leghair = 'You have long hair standing out on your
 if pirsG = 1:$pirsG = 'There are several piercings hanging from the lips of your vagina.'
 if pirsG = 0:$pirsG = ''
 
-if lobok <= 0:lobkoef = 3 & $lobok = 'You have a smoothly <a href="exec:view ''images/body/pussy.jpg''">shaved pussy</a>. <<$pirsG>>'
-if lobok > 0 and lobok <= 2:lobkoef = 0 & $lobok = 'You have a light but visible hair above your <a href="exec:view ''images/body/spussy.jpg''">crotch</a>. <<$pirsG>>'
-if lobok > 2:lobkoef = 0 & $lobok = 'You have a full delta of thick <a href="exec:view ''images/body/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
+if lobok <= 0:lobkoef = 3 & $lobok = 'You have a smoothly <a href="exec:view ''images/picb/pussy.jpg''">shaved pussy</a>. <<$pirsG>>'
+if lobok > 0 and lobok <= 2:lobkoef = 0 & $lobok = 'You have a light but visible hair above your <a href="exec:view ''images/picb/spussy.jpg''">crotch</a>. <<$pirsG>>'
+if lobok > 2:lobkoef = 0 & $lobok = 'You have a full delta of thick <a href="exec:view ''images/picb/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
 
 bodytipe = bedra - talia
 

+ 3 - 3
locations/stat

@@ -385,9 +385,9 @@ if painQW = 0:painweather = 6
 if beg < 0:beg = 0
 if beg > 2000:beg = 2000
 if oficiant > 100:oficiant = 100
-if vagina > 30:vagina = 30
-if throat > 35:throat = 35
-if anus > 30:anus = 30
+if vagina > 36:vagina = 36
+if throat > 36:throat = 36
+if anus > 36:anus = 36
 if Jab > 120:Jab = 120
 if Punch > 120:Punch = 120
 if Kik > 120:Kik = 120