summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-02 14:18:25 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-02 14:18:25 -0300
commit9655494e5cdac9a54bfacec0943b88229172439c (patch)
treee71cfbf16f18ac581fd3a2f536ba5ea92f53e9b9 /npc/001-1
parenta7c6455fc6eb0becd3d363db7fe008bb59347a21 (diff)
downloadserverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.gz
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.bz2
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.xz
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.zip
Fix more typos, and add debug subsystem to Thanksgiving Aeros
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/eventmaster.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index 68bcb4e5f..f40018da0 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -113,7 +113,7 @@ L_Spawn:
L_Preset:
select
"Abort", // 1
- "20x Piou, Piousee, Ratto, 10x Croc", // 2
+ "20x Piou, Piousse, Ratto, 10x Croc", // 2
"20x Little Blub, 10x Plushroom Field", // 3
"(agr) 5x Tipiu, 10x Cave Maggot, 10x Bat", // 4
"20x Scorpion, 10x Duck, 10x Maggot", // 5
@@ -147,7 +147,7 @@ L_Preset:
case 1:
goto L_Spawn;
break;
- //"20x Piou, Piousee, Ratto, 10x Croc", // 2
+ //"20x Piou, Piousse, Ratto, 10x Croc", // 2
//"20x Little Blub, 10x Plushroom Field", // 3
//"(agr) 5x Tipiu, 10x Cave Maggot, 10x Bat", // 4
//"20x Scorpion, 10x Duck, 10x Maggot", // 5
@@ -156,7 +156,7 @@ L_Preset:
//"(agr) 5x Slime Blast, 5x Red Slime, 10x White Slime", // 8
case 2:
spawner(strmobinfo(1, Piou), Piou, 20);
- spawner(strmobinfo(1, Piousee), Piousee, 20);
+ spawner(strmobinfo(1, Piousse), Piousse, 20);
spawner(strmobinfo(1, Ratto), Ratto, 20);
spawner(strmobinfo(1, Croc), Croc, 10);
@log_spawns=@log_spawns+70;
@@ -726,7 +726,7 @@ OnAutoSched:
freeloop(true);
for (.@i = 0; .@i < ($@AEROS_AUTOSPAWN * 5); .@i++) {
.@r=rand2(5, 12);
- .@m=any(Piou, Piousee, Ratto, LittleBlub, Croc, PlushroomField,
+ .@m=any(Piou, Piousse, Ratto, LittleBlub, Croc, PlushroomField,
Tipiu, CaveMaggot, Bat, Scorpion, Duck, Maggot, RedScorpion,
ManaBug, ManaGhost, HouseMaggot, RedSlime, WhiteSlime,
SlimeBlast, Mouboo, Bandit, BlackScorpion, GiantMaggot,