From a7588d79ed4f68f4b32f12e798ca59aaf4982bdb Mon Sep 17 00:00:00 2001 From: Akinari1087 Date: Sat, 19 Oct 2013 14:46:18 -0700 Subject: [PATCH] Quick follow-up to 01677cf33. Fix a veriable in penal_servitude. --- npc/custom/etc/penal_servitude.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/custom/etc/penal_servitude.txt b/npc/custom/etc/penal_servitude.txt index 31ddd8af5f..0ec9a38661 100644 --- a/npc/custom/etc/penal_servitude.txt +++ b/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.",-;