From c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67 Mon Sep 17 00:00:00 2001 From: toni Date: Sat, 18 Dec 2010 22:52:44 -0200 Subject: Xmas fixes --- npc/xmas/2010/santa.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/xmas/2010/santa.txt') diff --git a/npc/xmas/2010/santa.txt b/npc/xmas/2010/santa.txt index 4807d47b..8f58dff1 100755 --- a/npc/xmas/2010/santa.txt +++ b/npc/xmas/2010/santa.txt @@ -33,7 +33,7 @@ L_start: "Im " + strcharinfo(0) + " and I am here to save you from Golbenez.",-; mes "\"I cant believe it... are you really " +strcharinfo(0)+ "? I remember all the comments that... 'Thing' was making about building his way to a 'Leisure Place' and how your donations would really help him.\""; next; - mes "\"What is his name again? Erh... Golbinos? Galvanis? Ho-hum... All I know is that it was keeping me as hostage in this cold labyrinth. And you proved yourself a good " +@gender$+ " by helping me with all those donations!\""; + mes "\"What is his name again? Erh... Golbinos? Galvanis? Ho-hum... All I know is that it was keeping me hostage in this cold labyrinth. And you proved yourself a good " +@gender$+ " by helping me with all those donations!\""; next; if (gettime(6) != 12 || gettime(5) >= 25) goto L_Skip_Dialogue; mes "\"Well, I am really late! In a few hours I have to start my usual present giving routine... But not before I give you a special gift for all you did.\""; @@ -45,10 +45,9 @@ L_Skip_Dialogue: L_Calculate_Prizes: getinventorylist; if (@inventorylist_count == 100) goto L_full; - setarray @prizes$[0], "Mouboo Head", "Mush Hat", "Shroom Hat", "Face Mask", "Bunny Ears", "Christmas Elf Hat", "Funky Hat", "Top Hat", "Eyepatch"; + setarray @prizes[0], 1216, 629, 630, 634, 1214, 633, 628, 627, 621; 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! Put your hand here and pick one hat... No, you cant look, it MUST be a surprise...\""; - - getitem @prizes$[rand(8)], 1; + getitem @prizes[rand(8)], 1; set Xmas2010, 2; set Golbenez_Inn_Cost, 0; next; -- cgit v1.2.3-70-g09d2