diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-05 16:32:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-05 16:32:56 -0300 |
commit | 9d8663cda8c0a845cdfc6daf9e168fee0ee501de (patch) | |
tree | 12ba8cc2183fb3ff9c19f6c017a4830980fff847 /npc/031-4 | |
parent | b144807ad8b2157cc6542679cd471f06a35637d2 (diff) | |
download | serverdata-9d8663cda8c0a845cdfc6daf9e168fee0ee501de.tar.gz serverdata-9d8663cda8c0a845cdfc6daf9e168fee0ee501de.tar.bz2 serverdata-9d8663cda8c0a845cdfc6daf9e168fee0ee501de.tar.xz serverdata-9d8663cda8c0a845cdfc6daf9e168fee0ee501de.zip |
Fix coin eating at Poker
Diffstat (limited to 'npc/031-4')
-rw-r--r-- | npc/031-4/gambler.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/031-4/gambler.txt b/npc/031-4/gambler.txt index 66e8267c2..db5747d3d 100644 --- a/npc/031-4/gambler.txt +++ b/npc/031-4/gambler.txt @@ -113,7 +113,6 @@ L_Spin: img("cards/cardBack_red"); mesc l("I'll draw my hand now!"); next; - delitem CasinoCoins, 1; .@aiRank = deal(); mesc l("I scored a(n) %s!", b(playname(.@aiRank))); next; |