summaryrefslogtreecommitdiff
path: root/world/map/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-15 16:03:49 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-15 16:03:49 -0300
commit716914f5b74325442b88cb55adc465dda2e38936 (patch)
treec5c828ec39bc7f1529c40f302264b27febd2c1ba /world/map/npc/commands
parent6abaef4376959cc33b0e8f11809a8717b722c7a1 (diff)
downloadserverdata-716914f5b74325442b88cb55adc465dda2e38936.tar.gz
serverdata-716914f5b74325442b88cb55adc465dda2e38936.tar.bz2
serverdata-716914f5b74325442b88cb55adc465dda2e38936.tar.xz
serverdata-716914f5b74325442b88cb55adc465dda2e38936.zip
This adds a secondary, temporary scoreboard on Kimarr for CRC's event.
This commit can and should be reverted once the event is over. Bikeshedding alert - The code did not receive the usual review and quality control required to be formally merged on upstream; It is a TEMPORARY commit. This is a modified version of cherry-picking which allows it to be kept for longer.
Diffstat (limited to 'world/map/npc/commands')
-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;
}