Quick follow-up to 01677cf33. Fix a veriable in penal_servitude.
This commit is contained in:
parent
01677cf333
commit
a7588d79ed
@ -30,7 +30,7 @@ M_PAY:
|
|||||||
if (.@MUSTPAY<1000000) set .@MUSTPAY,1000000;
|
if (.@MUSTPAY<1000000) set .@MUSTPAY,1000000;
|
||||||
if (.@MUSTPAY>100000000) set .@MUSTPAY,100000000;
|
if (.@MUSTPAY>100000000) set .@MUSTPAY,100000000;
|
||||||
if (PRISON==0) mes "I can't remember you. Is it your 1st time?";
|
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.";
|
mes "OK, we could release you for ^FF0000"+.@MUSTPAY+"z^000000.";
|
||||||
next;
|
next;
|
||||||
menu "I pay cash!",M_PAYCASH,"Do you accept cheques?",M_PAYBANK,"I've changed my mind.",-;
|
menu "I pay cash!",M_PAYCASH,"Do you accept cheques?",M_PAYBANK,"I've changed my mind.",-;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user