summaryrefslogtreecommitdiff
path: root/world/map/npc/055-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/055-1')
-rw-r--r--world/map/npc/055-1/_mobs.txt1
-rw-r--r--world/map/npc/055-1/pumpkins.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/world/map/npc/055-1/_mobs.txt b/world/map/npc/055-1/_mobs.txt
index 23eba0b0..63b0cf2d 100644
--- a/world/map/npc/055-1/_mobs.txt
+++ b/world/map/npc/055-1/_mobs.txt
@@ -18,3 +18,4 @@
055-1,97,60,4,2|monster|PinkFlower|1014,1,10000ms,45000ms
055-1,64,73,23,17|monster|PinkFlower|1014,1,10000ms,45000ms
055-1,0,0,0,0|monster|SpikyMushroom|1019,7,10000ms,60000ms
+055-1,113,25,10,7|monster|PinkFlower|1014,2,0ms,250ms
diff --git a/world/map/npc/055-1/pumpkins.txt b/world/map/npc/055-1/pumpkins.txt
index 87dfca4c..96005de3 100644
--- a/world/map/npc/055-1/pumpkins.txt
+++ b/world/map/npc/055-1/pumpkins.txt
@@ -16,7 +16,7 @@
set @discover_poisonous_pumpkin, 1;
misceffect FX_PUMPKIN_EXPLOSION, strcharinfo(0);
heal -15, 0;
- sc_start sc_poison, 1, 4;
+ sc_start SC_POISON, 1, 4;
if (rand(0,100) < 10)
getitem "PumpkinSeeds", 1;
@@ -46,7 +46,7 @@ L_HeavyPoison0:
message strcharinfo(0), "Pumpkin : Ouch, this pumpkin is totally poisonous! Let's get away from them!";
misceffect FX_PUMPKIN_EXPLOSION, strcharinfo(0);
heal -150,0;
- sc_start sc_poison, 1, 60;
+ sc_start SC_POISON, 1, 60;
goto L_Destroy;
L_HeavyPoison1:
@@ -54,7 +54,7 @@ L_HeavyPoison1:
message strcharinfo(0), "Pumpkin : This is really awful! I should not touch them!";
misceffect FX_PUMPKIN_EXPLOSION, strcharinfo(0);
heal -350,0;
- sc_start sc_poison, 1, 120;
+ sc_start SC_POISON, 1, 120;
goto L_Destroy;
L_HeavyPoison2: