diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-15 00:54:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-15 00:54:29 -0300 |
commit | 0058b32a6e907084790b32b6584c8099985b5f7d (patch) | |
tree | a5afac89d67e706c755658f8e84faa836cd0a17e /npc/025-1/commander.txt | |
parent | 90af2bd4dea99e05435e3ee038004ebe741e0228 (diff) | |
download | serverdata-0058b32a6e907084790b32b6584c8099985b5f7d.tar.gz serverdata-0058b32a6e907084790b32b6584c8099985b5f7d.tar.bz2 serverdata-0058b32a6e907084790b32b6584c8099985b5f7d.tar.xz serverdata-0058b32a6e907084790b32b6584c8099985b5f7d.zip |
[skip ci] Fix typo in Commander Povo which allowed an impossible condition
Diffstat (limited to 'npc/025-1/commander.txt')
-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; |