summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/peter.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-14 11:26:25 -0600
committerwushin <pasekei@gmail.com>2015-02-19 22:19:27 -0600
commite80a9f91f84bc27df05e6a2466732d765aa075ac (patch)
tree131b830eef61d25e1d16b555608493ea399c6350 /world/map/npc/009-2/peter.txt
parenta23957369f82dd7102623d3e373c7ecd2848556b (diff)
downloadserverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.gz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.bz2
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.xz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.zip
Shorten Labels
Diffstat (limited to 'world/map/npc/009-2/peter.txt')
-rw-r--r--world/map/npc/009-2/peter.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-2/peter.txt b/world/map/npc/009-2/peter.txt
index 818f09cf..0eaf4ced 100644
--- a/world/map/npc/009-2/peter.txt
+++ b/world/map/npc/009-2/peter.txt
@@ -39,7 +39,7 @@ L_Peter_Chain_Mail:
set @peter_crafting_iron_ingot, @peter_chain_mail_ingot;
set @peter_crafting_money, @peter_chain_mail_money;
set @peter_crafting_item$, "ChainmailShirt";
- callsub S_Peter_Get_Smithery_Item;
+ callsub S_Smithery_Item;
goto L_Close;
L_Peter_Light_Plate:
@@ -47,7 +47,7 @@ L_Peter_Light_Plate:
set @peter_crafting_iron_ingot, @peter_light_plate_ingot;
set @peter_crafting_money, @peter_light_plate_money;
set @peter_crafting_item$, "LightPlatemail";
- callsub S_Peter_Get_Smithery_Item;
+ callsub S_Smithery_Item;
goto L_Close;
L_Peter_Warlord_Plate:
@@ -55,7 +55,7 @@ L_Peter_Warlord_Plate:
set @peter_crafting_iron_ingot, @peter_warlord_plate_ingot;
set @peter_crafting_money, @peter_warlord_plate_money;
set @peter_crafting_item$, "WarlordPlate";
- callsub S_Peter_Get_Smithery_Item;
+ callsub S_Smithery_Item;
goto L_Close;
L_Peter_New_Skills:
@@ -75,10 +75,10 @@ L_Peter_Warlord_Boots:
set @peter_crafting_iron_ingot, @peter_warlord_boots_ingot;
set @peter_crafting_money, @peter_warlord_boots_money;
set @peter_crafting_item$, "WarlordBoots";
- callsub S_Peter_Get_Smithery_Item;
+ callsub S_Smithery_Item;
goto L_Close;
-S_Peter_Get_Smithery_Item:
+S_Smithery_Item:
if (Zeny < @peter_crafting_money)
goto L_Peter_NotEnough_Zeny;
if (countitem("IronIngot") < @peter_crafting_iron_ingot)