Explorar o código

[fixed] oops, forgot to change the pirsG condition.

CroWke %!s(int64=5) %!d(string=hai) anos
pai
achega
a91050657a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      locations/body.qsrc

+ 1 - 1
locations/body.qsrc

@@ -263,7 +263,7 @@ else
 	if $pantyworntype ! 'none':
 		$pcs_ass = 'Your <a href="exec:view''images/pc/body/analplug.jpg''">anus</a> is currently filled with your butt plug.'	
 	else
-		if pirsG = 1:
+		if pirsG > 0 and pirsG < 10000:
 			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/pirs' + rand(1,3) + '.jpg''">anus</a> is currently filled with your butt plug.'
 		else
 			$pcs_ass = 'Your <a href="exec:view''images/pc/body/anus/analplugnotanga.jpg''">anus</a> is currently filled with your butt plug.'