SpellholdStudios/1pp

Typo in 101_ia.tph

Salk73 opened this issue · 2 comments

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

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.

My pleasure.

Keep up your excellent work!