Typo in 101_ia.tph
Salk73 opened this issue · 2 comments
Salk73 commented
I think there is a typo at line 48:
ACTION_IF (is iwd) BEGIN // GAME_IS totlm how
ACTION_IF (GAME_IS iwd) BEGIN // GAME_IS totlm how
GwendolyneFreddy commented
Good catch, but the correct command is
ACTION_IF (is_iwd) BEGIN
is_iwd being a variable defined in ALWAYS library.
Will fix it.
Thanks.
Salk73 commented
My pleasure.
Keep up your excellent work!