From 9cdc8c3f9a9931cb8f8e55ed3e01768cbe2c423e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 12:50:38 -0300 Subject: Fix bugs reported by test_map --- npc/023-3-1/logic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/023-3-1') diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 3914ed49c..38847b361 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -222,7 +222,7 @@ OnE12: // A warp to non-instanced version to prevent death sprite from showing up. unitwarp(@ISBAMUTH, "023-3-1", 45, 45); - unitwarp(@SCOUT); + unitwarp(@SCOUT, "023-3-1", 45, 45); unitkill(@ISBAMUTH); unitkill(@SCOUT); @ISBAMUTH=0; @@ -257,7 +257,7 @@ OnW02: // Secret events. Do not handle Isbamuth death as it should be impossible... OnIsbamuthDefeat: - Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID")) + Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID")); deltimer(.@n$+"::OnW01"); deltimer(.@n$+"::OnW02"); getexp 0, 1000; -- cgit v1.2.3-70-g09d2