diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-1/commander.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |