diff options
Diffstat (limited to 'npc/xmas/2010/santa.txt')
-rwxr-xr-x | npc/xmas/2010/santa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/xmas/2010/santa.txt b/npc/xmas/2010/santa.txt index 3ef9257d..bd82a251 100755 --- a/npc/xmas/2010/santa.txt +++ b/npc/xmas/2010/santa.txt @@ -45,7 +45,7 @@ L_Skip_Dialogue: L_Calculate_Prizes: getinventorylist; if (@inventorylist_count == 100) goto L_full; - setarray @prizes[0], 1216, 629, 630, 634, 1214, 633, 628, 627, 621; + setarray @prizes, 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; set Xmas2010, 2; |