Browse Source

[fixed] Anus desriptions were never updated to suit the system and a small adjustment there to show additional usage new images for them to follow in next pack.

Kevin_Smarts 2 years ago
parent
commit
4977cbb0eb
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/body.qsrc

+ 7 - 7
locations/body.qsrc

@@ -146,9 +146,9 @@ if $ARGS[0] = '':
 		if agape >= 4:
 			anpic = 5
 			if rand(0,1) = 0:
-				$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage5/' + rand(1,5) + '.jpg''">anus</a> genuinely doesn''t fully close on its own anymore. You could put a fist through it and it would scarcely stretch at all.'
+				$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage5/' + rand(1,5) + '.jpg''">anus</a> genuinely doesn''t fully close on its own currently. You could put a fist through it and it would scarcely stretch at all.'
 			else
-				$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage5/' + rand(1,5) + '.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.'
+				$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage5/' + rand(1,5) + '.jpg''">anus</a> is almost completely wrecked at this time. Even with conscious effort it''s hard to close it.'
 			end
 			rand_anus = rand(0,7)
 			if rand_anus = 0:
@@ -173,7 +173,7 @@ if $ARGS[0] = '':
 			$anustipe = 'gaping'
 		elseif agape = 3:
 			anpic = 4
-			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage4/' + rand(1,5) + '.jpg''">anus</a> often looks like a wide hole; anyone would think that the only thing you do is anal sex.'
+			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage4/' + rand(1,5) + '.jpg''">anus</a> looks like a wide hole, it is clear you have recently been penetrated.'
 			rand_anus = rand(0,2)
 			if rand_anus = 0:
 				$pcdesc_anusrandom = 'loose'
@@ -187,7 +187,7 @@ if $ARGS[0] = '':
 			$anustipe = 'loose'
 		elseif agape = 2:
 			anpic = 3
-			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage3/' + rand(1,5) + '.jpg''">anus</a> has been used quite often.'
+			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage3/' + rand(1,5) + '.jpg''">anus</a> gapes a little from anal penetration, it should recover soon.'
 			rand_anus = rand(0,2)
 			if rand_anus = 0:
 				$pcdesc_anusrandom = 'stretchy'
@@ -199,9 +199,9 @@ if $ARGS[0] = '':
 			$pcdesc_anus = 'stretchy'
 			$pcdesc_anuswordy = 'stretchy, regularly-fucked'
 			$anustipe = 'stretchy'
-		elseif agape = 1:
+		elseif agape = 1 or pcs_ass > 10:
 			anpic = 2
-			$pcs_ass = 'Your pliable <a href="exec:view''images/pc/body/anus/stage2/' + rand(1,5) + '.jpg''">anus</a> has the shape of an asterisk.'
+			$pcs_ass = 'Your pliable <a href="exec:view''images/pc/body/anus/stage2/' + rand(1,5) + '.jpg''">anus</a> has the shape of an asterisk and has clearly been used.'
 			rand_anus = rand(0,2)
 			if rand_anus = 0:
 				$pcdesc_anusrandom = 'flexible'
@@ -215,7 +215,7 @@ if $ARGS[0] = '':
 			$anustipe = 'flexible'
 		elseif pcs_ass > 0:
 			anpic = 1
-			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage1/' + rand(1,5) + '.jpg''">anus</a> looks to have never been penetrated.'
+			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/stage1/' + rand(1,5) + '.jpg''">anus</a> shows no sign of having been penetrated.'
 			rand_anus = rand(0,2)
 			if rand_anus = 0:
 				$pcdesc_anusrandom = 'tight'