diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-22 14:12:58 +0100 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-22 11:54:40 -0500 |
commit | d5c4679e208aa29d4ff7344a4253f3ec099fc79c (patch) | |
tree | ab7644e872de766e811f954153f7c97dd33976a0 /npc/xmas/2010/santa.txt | |
parent | e095298140bf9867671007aa53fc2e52e1f2d4cd (diff) | |
download | serverdata-d5c4679e208aa29d4ff7344a4253f3ec099fc79c.tar.gz serverdata-d5c4679e208aa29d4ff7344a4253f3ec099fc79c.tar.bz2 serverdata-d5c4679e208aa29d4ff7344a4253f3ec099fc79c.tar.xz serverdata-d5c4679e208aa29d4ff7344a4253f3ec099fc79c.zip |
fixing santas check for full inventory
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 8f58dff1..3ef9257d 100755 --- a/npc/xmas/2010/santa.txt +++ b/npc/xmas/2010/santa.txt @@ -79,7 +79,7 @@ L_Stocking_Prize: message strcharinfo(0), "You suddenly get dizzy... Something is not right with you. Maybe you shouldnt have put the Red Stocking so close to your face!"; end; -L_Full: +L_full: mes "[Santa Claus]"; mes "\"Your backpack seems to be full. You should get rid of some unused stuff before you get my gifts, or maybe try one super resistant red bag, my personal favorite! Hoh-hoh!\""; close; |