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

This commit is contained in:
Akinari1087 2013-10-19 14:46:18 -07:00
parent 01677cf333
commit a7588d79ed

View File

@ -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.",-;