summaryrefslogtreecommitdiff
path: root/world/map/npc/009-4/orum.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-02-19 23:12:02 -0600
committerWushin <pasekei@gmail.com>2015-02-19 23:12:02 -0600
commit6b75d81034f0e017f4cec776f3ab00e3e08f7ac4 (patch)
tree2819bd1a3a98a56cfa475da16be443ecaa912228 /world/map/npc/009-4/orum.txt
parent8452669804fc5dfca5a9143a542c11f1e8cc475f (diff)
parentf7f84b8e69075f07fae64cca3da1b1d0a6e98eef (diff)
downloadserverdata-6b75d81034f0e017f4cec776f3ab00e3e08f7ac4.tar.gz
serverdata-6b75d81034f0e017f4cec776f3ab00e3e08f7ac4.tar.bz2
serverdata-6b75d81034f0e017f4cec776f3ab00e3e08f7ac4.tar.xz
serverdata-6b75d81034f0e017f4cec776f3ab00e3e08f7ac4.zip
Merge pull request #281 from wushin/bug-fix
Bug fix
Diffstat (limited to 'world/map/npc/009-4/orum.txt')
-rw-r--r--world/map/npc/009-4/orum.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-4/orum.txt b/world/map/npc/009-4/orum.txt
index 84afced4..df9ac2d9 100644
--- a/world/map/npc/009-4/orum.txt
+++ b/world/map/npc/009-4/orum.txt
@@ -384,7 +384,7 @@ L_Still_Gathering:
mes "[Orum]";
mes "\"Have you finished gathering those things yet?\"";
menu
- "I believe I have!", L_Finished_Gathering_More,
+ "I believe I have!", L_F_Gather_More,
"I lost my list... again.", L_List_Materials_More,
"I've almost got them all.", L_Next8;
@@ -406,13 +406,13 @@ L_List_Materials_More:
mes "\"And try not to lose this one. I don't have much more to write on!\"";
goto L_Close;
-L_Finished_Gathering_More:
+L_F_Gather_More:
if (countitem("IronPowder") < @BT_IRONPOWDER ||
countitem("PileOfAsh") < @BT_PILESOFASH ||
countitem("GambogeHerb") < @BT_HERBS ||
countitem("AlizarinHerb") < @BT_HERBS ||
countitem("CobaltHerb") < @BT_HERBS)
- goto L_Missing_Materials_More;
+ goto L_Missing_Mats_M;
delitem "IronPowder", @BT_IRONPOWDER;
delitem "PileOfAsh", @BT_PILESOFASH;
@@ -440,7 +440,7 @@ L_Finished_Gathering_More:
set OrumQuest, 8;
goto L_Close;
-L_Missing_Materials_More:
+L_Missing_Mats_M:
mes "Orum carefully looks over all of the items then squints his eyes at you.";
next;
mes "[Orum]";
@@ -490,7 +490,7 @@ L_More_Powder_Make:
countitem("GambogeHerb") < @BT_HERBS ||
countitem("AlizarinHerb") < @BT_HERBS ||
countitem("CobaltHerb") < @BT_HERBS)
- goto L_Missing_Materials_More;
+ goto L_Missing_Mats_M;
delitem "IronPowder", @BT_IRONPOWDER;
delitem "PileOfAsh", @BT_PILESOFASH;