summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/pauline.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-2/pauline.txt')
-rw-r--r--world/map/npc/001-2/pauline.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/001-2/pauline.txt b/world/map/npc/001-2/pauline.txt
index 2c49bef6..1136795f 100644
--- a/world/map/npc/001-2/pauline.txt
+++ b/world/map/npc/001-2/pauline.txt
@@ -12,7 +12,7 @@
// @pauline_ingredient2$ Second ingredient input.
// @pauline_REWARD amount of XP gained for telling her ingredients for each spell.
-001-2.gat,77,78,0|script|Pauline|208
+001-2,77,78,0|script|Pauline|208
{
//Bitmasking
@@ -173,7 +173,7 @@ L_Pass2Mouboo:
L_TrySpellMouboo:
mes "The Witch takes " + @pauline_ingredient1$ + " and " + @pauline_ingredient2$ + " and puts them together calling " + getspellinvocation("summon-mouboo") + ".";
- monster "001-1.gat", 55,68, "Good", 1028, 1;
+ monster "001-1", 55,68, "Good", 1028, 1;
mes "[Pauline]";
mes "\"It worked!\"";
set @pauline_state, 3;
@@ -234,7 +234,7 @@ L_Pass2Pinkie:
L_TrySpellPinkie:
mes "The Witch takes " + @pauline_ingredient1$ + " and " + @pauline_ingredient2$ + " and puts them together calling " + getspellinvocation("summon-pinkie") + ".";
- monster "001-1.gat", 54,68, "Good", 1018, 1;
+ monster "001-1", 54,68, "Good", 1018, 1;
mes "[Pauline]";
mes "\"It worked!\"";
set @pauline_state, 4;
@@ -277,7 +277,7 @@ S_Update_Mask:
return;
}
-001-2.gat,79,74,0|script|PaulineDebug|208
+001-2,79,74,0|script|PaulineDebug|208
{
//load Bitmasks;
set @Pauline_MASK, NIBBLE_4_MASK;