T: drop CHECK_INCOME, it has been event-ized

This commit is contained in:
Charles Dang 2015-01-15 14:36:25 +11:00
parent 5c45bb8852
commit 1a7bcfabe2

View file

@ -243,25 +243,3 @@
[/then]
[/if]
#enddef
#define CHECK_INCOME
[if]
{NUMEQ income_exceeded 0}
[then]
[store_side]
[/store_side]
[if]
[variable]
name=side.gold
greater_than=13
[/variable]
[then]
{VARIABLE income_exceeded 1}
# {STUDENT (_"I have $side.gold gold; enough to recruit!")}
{TALK_ABOUT_LOC 9,15 (_"Yes, keep recruiting more units: I think you might need them!")}
[/then]
[/if]
{CLEAR_VARIABLE side}
[/then]
[/if]
#enddef