diff options
Diffstat (limited to 'world/map/npc/xmas/2007/after-xmas.txt')
-rw-r--r-- | world/map/npc/xmas/2007/after-xmas.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/xmas/2007/after-xmas.txt b/world/map/npc/xmas/2007/after-xmas.txt index f7678d98..e62205ed 100644 --- a/world/map/npc/xmas/2007/after-xmas.txt +++ b/world/map/npc/xmas/2007/after-xmas.txt @@ -64,49 +64,49 @@ L_present_0: mes "[Santa Clause]"; mes "Here you got a new funky hat!"; - getitem 628, 1; + getitem "FunkyHat", 1; next; goto L_Givepresent; L_present_1: mes "[Santa Clause]"; mes "Here you got a pompouse top hat!"; - getitem 627, 1; + getitem "TopHat", 1; next; goto L_Givepresent; L_present_2: mes "[Santa Clause]"; mes "Here you got a funny elven hat!"; - getitem 633, 1; + getitem "ChristmasElfHat", 1; next; goto L_Givepresent; L_present_3: mes "[Santa Clause]"; mes "Here you got a creepy face mask!"; - getitem 634, 1; + getitem "FaceMask", 1; next; goto L_Givepresent; L_present_4: mes "[Santa Clause]"; mes "Here you got a stylish mushroom hat!"; - getitem 629, 1; + getitem "MushHat", 1; next; goto L_Givepresent; L_present_5: mes "[Santa Clause]"; mes "Here you got an evil mushroom hat!"; - getitem 630, 1; + getitem "ShroomHat", 1; next; goto L_Givepresent; L_present_6: mes "[Santa Clause]"; mes "Here you got a beautiful skirt!"; - getitem 632, 1; + getitem "CottonSkirt", 1; next; goto L_Givepresent; |