diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-05 16:54:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-05 16:54:06 -0300 |
commit | 798a973c49468895ed9529e6d0a879e2f981f3ac (patch) | |
tree | 98675d9a1f8332df47153f782939a8c3c114046a | |
parent | 9bccea0bc3abe514b20421c193200ab969e4404f (diff) | |
download | serverdata-798a973c49468895ed9529e6d0a879e2f981f3ac.tar.gz serverdata-798a973c49468895ed9529e6d0a879e2f981f3ac.tar.bz2 serverdata-798a973c49468895ed9529e6d0a879e2f981f3ac.tar.xz serverdata-798a973c49468895ed9529e6d0a879e2f981f3ac.zip |
Visual improvements to the short game option
-rw-r--r-- | npc/031-4/gambler.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/031-4/gambler.txt b/npc/031-4/gambler.txt index 119a2a1b1..4099711df 100644 --- a/npc/031-4/gambler.txt +++ b/npc/031-4/gambler.txt @@ -68,7 +68,7 @@ L_Menu: } menu rif(countitem(CasinoCoins) >= 1, l("Let's play!")), L_Spin, - rif(!.@showMenu, l("Make it a quick game!")), L_Short, + rif(countitem(CasinoCoins) >= 2, l("Make it a quick game!")), L_Short, l("Information"), L_Info, l("Leave"), L_Quit; @@ -169,6 +169,9 @@ L_Short: mesc l("I scored a(n) %s!", b(playname(.@aiRank))); dnext; clear; + mesc l("You scored a(n) %s!", b(playname(.@myRank))); + mesc l("I scored a(n) %s!", b(playname(.@aiRank))); + mes ""; goto L_Tally; // deal(show=True), returns score |