瀏覽代碼

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

CroWke 5 年之前
父節點
當前提交
a91050657a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.'