diff options
-rw-r--r-- | rules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8325,7 +8325,7 @@ states.escape_ship = { // === DEATH CHECK EVENT: TALBOT TO THE RESCUE === function can_play_talbot_to_the_rescue() { - return true + return has_defeated_lords() } function goto_play_talbot_to_the_rescue() { |