summaryrefslogtreecommitdiff
path: root/npc/xmas/2010/santa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/xmas/2010/santa.txt')
-rwxr-xr-x[-rw-r--r--]npc/xmas/2010/santa.txt26
1 files changed, 2 insertions, 24 deletions
diff --git a/npc/xmas/2010/santa.txt b/npc/xmas/2010/santa.txt
index 4b95a142..5e93a6d5 100644..100755
--- a/npc/xmas/2010/santa.txt
+++ b/npc/xmas/2010/santa.txt
@@ -12,28 +12,6 @@
//#
//#################################################################################
-031-3.gat,122,55,0 script Debug 105,{
-
- mes "What do you want to do?";
-
- menu
- "Change Golbenez_Inn_Cost.",-,
- "Change Xmas2010.",_xmas,
- "Nothing.",_end;
-
- mes "Old Value: " + Golbenez_Inn_Cost;
- input Golbenez_Inn_Cost;
- mes "New Value: " + Golbenez_Inn_Cost;
- close;
-_xmas:
- mes "Old Value: " + Xmas2010;
- input Xmas2010;
- mes "New Value: " + Xmas2010;
- close;
-_end:
- close;
-}
-
031-3.gat,122,51,0 script Santa 105,{
if (Sex) set @honorific$, "young hero";
@@ -68,8 +46,8 @@ L_Skip_Dialogue:
L_Calculate_Prizes:
getinventorylist;
if (@inventorylist_count == 100) goto L_full;
- if (Golbenez_Inn_Cost >= 500000 && Golbenez_Inn_Cost < 1000000) goto L_Elfhat_Prize;
- if (Golbenez_Inn_Cost >= 50000 && Golbenez_Inn_Cost < 500000) goto L_Stocking_Prize;
+ if (Golbenez_Inn_Cost >= 5000000) goto L_Elfhat_Prize;
+ if (Golbenez_Inn_Cost >= 500000 && Golbenez_Inn_Cost < 5000000) goto L_Stocking_Prize;
setarray @prizes[1], 1206, 1216, 629, 630, 634, 1214, 633, 628, 627, 621;
setarray @prizesnames$[1], "Santa Beard Hat", "Mouboo Head", "Mush Hat", "Shroom Hat", "Face Mask", "Bunny Ears", "Christmas Elf Hat", "Funky Hat", "Top Hat", "Eyepatch";
mes "\"You are so generous! I believe I can give you one of the hats from this bag. I know you like these silly hats. Yes, Santa knows this kind of thing... Ho-Ho-Ho! Which one would you like to get?\"";