summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/numa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/commands/numa.txt')
-rw-r--r--world/map/npc/commands/numa.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/npc/commands/numa.txt b/world/map/npc/commands/numa.txt
index 5d6f64f0..b8d24aea 100644
--- a/world/map/npc/commands/numa.txt
+++ b/world/map/npc/commands/numa.txt
@@ -127,6 +127,7 @@ L_World:
next;
menu
"Doomsday", L_Doomsday,
+ "Kimarr", L_Fluffy,
"Choose a continent", L_ChooseContinent,
"Close", L_Return;
@@ -142,4 +143,8 @@ L_Valia:
L_Doomsday:
callfunc "DoomsdayDebug";
goto L_Return;
+
+L_Fluffy:
+ callfunc "FluffyDebug";
+ goto L_Return;
}