mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user