diff options
author | wushin <pasekei@gmail.com> | 2015-02-14 11:26:25 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-02-19 22:19:27 -0600 |
commit | e80a9f91f84bc27df05e6a2466732d765aa075ac (patch) | |
tree | 131b830eef61d25e1d16b555608493ea399c6350 /world/map/npc/011-1/oscar.txt | |
parent | a23957369f82dd7102623d3e373c7ecd2848556b (diff) | |
download | serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.gz serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.bz2 serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.xz serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.zip |
Shorten Labels
Diffstat (limited to 'world/map/npc/011-1/oscar.txt')
-rw-r--r-- | world/map/npc/011-1/oscar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/011-1/oscar.txt b/world/map/npc/011-1/oscar.txt index 3cc5c1e3..5a0994cc 100644 --- a/world/map/npc/011-1/oscar.txt +++ b/world/map/npc/011-1/oscar.txt @@ -340,7 +340,7 @@ L_TimerFunction: npctalk "Hurry up " + $@HalloweenQuest_PumpkinHunter$ + "! My farm is being ruined!"; // 7 mins max if ($@HalloweenQuest_PumpkinsTimer > 420) - goto L_PumpkinsRuinedEverything; + goto L_PumpkinsRuined; if (getnpctimer(0) >= 2900) goto L_TrySpawnPumpkin; @@ -407,7 +407,7 @@ L_KillBadHunter: percentheal -100, 0; end; -L_PumpkinsRuinedEverything: +L_PumpkinsRuined: npctalk "No! " + $@HalloweenQuest_PumpkinHunter$ + " how could you let that happen? All my farm is a mess now! All my trees are infested with bugs!"; goto L_Fail; |