diff options
Diffstat (limited to 'npc/quests/quests_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index c96f50e27..3479261f5 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -297,7 +297,7 @@ hu_in01,387,245,0 script Allen Schuwell 4_M_DIEMAN,2,2,{ mes "medicine you're"; mes "supposed to"; mes "need so badly."; - specialeffect EF_CHANGECOLD,AREA,"Postell Schuwell#D"; + specialeffect(EF_CHANGECOLD, AREA, getnpcid(0, "Postell Schuwell#D")); next; mes "[Allen]"; mes "Thank goodness..."; @@ -9384,7 +9384,7 @@ OnTouch: mes "followed. Hold on a sec"; mes "while I take care of him."; next; - specialeffect EF_SONICBLOWHIT,AREA,"Hit"; + specialeffect(EF_SONICBLOWHIT, AREA, getnpcid(0, "Hit")); mes "[???]"; mes "Ha!"; next; |