From 444796ee318322b0110cf9972d07ffa7c1b55d0c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Sep 2021 10:33:44 -0300 Subject: Suppress a bunch of silly/stupid bugs on Assassination Attempt Main Quest --- npc/003-0/mainquest.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index 39b8914fa..6d18f8c75 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -70,31 +70,26 @@ OnBegin: end; OnTimer15000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Heh... He gave me a ball, but...")); end; OnTimer20000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("I can do this alone!")); end; OnTimer60000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Tsc...! I'll need reinforcements!")); end; OnTimer65000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("How was the summoning again...?!")); end; OnTimer75000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Oh, that's right!")); end; -- cgit v1.2.3-60-g2f50