From 0058b32a6e907084790b32b6584c8099985b5f7d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 May 2024 00:54:29 -0300 Subject: [skip ci] Fix typo in Commander Povo which allowed an impossible condition --- npc/025-1/commander.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/025-1') diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt index a20b494cd..e30980b8d 100644 --- a/npc/025-1/commander.txt +++ b/npc/025-1/commander.txt @@ -12,7 +12,7 @@ next; // Povo is worried with the upcoming siege - if ($FIRESOFSTEAM >= 10 && gettime(4) == MONDAY) { + if ($FIRESOFSTEAM && gettime(4) == MONDAY) { mesn; mesq l("It's a matter of hours before the Impregnable Fortress send enough monsters to overrun us, so we're preparing a strategic withdraw before this. I'm sorry, but I cannot spare any time for you."); close; -- cgit v1.2.3-70-g09d2