浏览代码

Quick follow-up to 01677cf33. Fix a veriable in penal_servitude.

Akinari1087 11 年之前
父节点
当前提交
a7588d79ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      npc/custom/etc/penal_servitude.txt

+ 1 - 1
npc/custom/etc/penal_servitude.txt

@@ -30,7 +30,7 @@ M_PAY:
 	if (.@MUSTPAY<1000000) set .@MUSTPAY,1000000;
 	if (.@MUSTPAY>100000000) set .@MUSTPAY,100000000;
 	if (PRISON==0) mes "I can't remember you. Is it your 1st time?";
-	if (PRISON>1) mes "You again? Somebody hasn't grown wiser from the very first visit...";
+	if (PRISON>0) mes "You again? Somebody hasn't grown wiser from the very first visit...";
 	mes "OK, we could release you for ^FF0000"+.@MUSTPAY+"z^000000.";
 	next;
 	menu "I pay cash!",M_PAYCASH,"Do you accept cheques?",M_PAYBANK,"I've changed my mind.",-;