mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 23:54:24 +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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user