diff options
Diffstat (limited to 'npc/005-1-1/main.txt')
-rw-r--r-- | npc/005-1-1/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index d940ccd54..f7d1ab672 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -171,7 +171,7 @@ OnInteract: htidelete(.@hti); // Continue the cycle - if (getmap() ~= "MRGO*" || getmap() ~= "005-1-1") + if (compare(getmap(), "MRGO") || compare(getmap(), "005-1-1")) addtimer(400, "Nylo#Marggo::OnInteract"); end; |