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
+17
View File
@@ -345,3 +345,20 @@
)
cost = 10
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/gambling
name = "Gambling Game Crate"
desc = "A bunch of supplies for gambling games, includes 5000 replica casino chips, a triple size deck of cards and dice bags."
contains = list(
/obj/item/spacecasinocash_fake/c1000,
/obj/item/spacecasinocash_fake/c1000,
/obj/item/spacecasinocash_fake/c1000,
/obj/item/spacecasinocash_fake/c1000,
/obj/item/spacecasinocash_fake/c1000,
/obj/item/deck/cards/triple,
/obj/item/storage/pill_bottle/dice,
/obj/item/storage/pill_bottle/dice_nerd,
/obj/item/storage/dicecup
)
cost = 30
containertype = /obj/structure/closet/crate