diff options
Diffstat (limited to 'npc/018-5-boss/command.txt')
-rw-r--r-- | npc/018-5-boss/command.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-5-boss/command.txt b/npc/018-5-boss/command.txt index 0985a6fbe..119b14ffc 100644 --- a/npc/018-5-boss/command.txt +++ b/npc/018-5-boss/command.txt @@ -38,7 +38,7 @@ OnBegin: end; OnCycle: - if (!(getmap() ~= "lilt*" ) || ispcdead()) + if (!(compare(getmap(), "lilt") ) || ispcdead()) end; @YETIFLY_CYCLE+=1; |