Gamble buffs (#18403)

* Gambling buffs

Added replica casino chips that can be ordered in a new gambling games crate from cargo. These can't be used in any casino vendors.

Added a triple size deck of cards.

Added the ability to set dice to a specific face with a verb or ctrl-click.

Added quick use abilities to decks of cards: Alt click to shuffle, Ctrl click to deal, Ctrl+Shift click to deal multiple.

Added quick use abilities to hands of cards: "Alt click to remove a card, Ctrl click to discard cards."

Fixed people being able to see your hand of cards whilst it was in your hand by examining you.

* Update cards.dm

* Update dice.dm

* Adds stuff to bits and bobs vendor
This commit is contained in:
SatinIsle
2025-09-09 00:44:55 +01:00
committed by GitHub
parent 890537411b
commit 41969fe83d
6 changed files with 250 additions and 1 deletions
@@ -739,6 +739,9 @@
var/obj/item/I = locate(href_list["lookitem_desc_only"])
if(!I)
return
if(istype(I,/obj/item/hand))
to_chat(usr,span_warning("You can't see the card faces from here."))
return
usr.examinate(I, 1)
if (href_list["lookmob"])