diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-09 20:30:59 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-09 20:30:59 +0000 |
commit | 1e621f82d3c76953cec26abcc25e8535fad0028e (patch) | |
tree | 1abd389dbcbd9c4b44f6c1af465c43f3db4674b5 /npc | |
parent | 28c2d324859833b7be804a74a10068905e3089e4 (diff) | |
download | serverdata-1e621f82d3c76953cec26abcc25e8535fad0028e.tar.gz serverdata-1e621f82d3c76953cec26abcc25e8535fad0028e.tar.bz2 serverdata-1e621f82d3c76953cec26abcc25e8535fad0028e.tar.xz serverdata-1e621f82d3c76953cec26abcc25e8535fad0028e.zip |
Commit Mantis 529: abuseable BlackJack script
Diffstat (limited to 'npc')
-rw-r--r-- | npc/new_8-1-tulimshar/casino.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/new_8-1-tulimshar/casino.txt b/npc/new_8-1-tulimshar/casino.txt index 732f5898..58f99ea5 100644 --- a/npc/new_8-1-tulimshar/casino.txt +++ b/npc/new_8-1-tulimshar/casino.txt @@ -64,8 +64,8 @@ L_End: if (@player <= @croupier) goto L_Lost; mes "\"Congratulations, you won!"; mes "I had " + @croupier + "."; - mes "You get 50 casino coins.\""; - getitem 503, 50; + mes "You get 45 casino coins.\""; + getitem 503, 45; close; L_NoCoin: |