Casino changes, attempt 2 electric booga whatever (#10906)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Shadowfire117
2025-05-17 18:42:01 +02:00
committed by GitHub
parent 55215f896f
commit c447a7473f
6 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
// Collection of Casino specific clothing and accessories primarily meant for casino crew/volunteers and post-event temporary items part of volunteer rewards/prizes - Shadowfire117
/obj/item/clothing/accessory/armband/casino
name = "casino crew armband"
desc = "A gorgeous casino crew armband made of luxurious silky and golden threads interwoven with a luminous display. Show off that Golden Goose with pride!"
icon = 'modular_chomp/icons/inventory/accessory/item.dmi'
icon_state = "casino_armband"
icon_override = 'modular_chomp/icons/inventory/accessory/mob.dmi'
sprite_sheets = list(SPECIES_TESHARI = 'modular_chomp/icons/inventory/accessory/mob_teshari.dmi')

View File

@@ -38,7 +38,10 @@
/obj/item/spacecasinocash,
/obj/item/casino_platinum_chip,
/obj/item/deck,
/obj/item/book/codex/casino
/obj/item/book/codex/casino,
/obj/item/storage/pill_bottle/dice,
/obj/item/storage/pill_bottle/dice_nerd,
/obj/item/storage/dicecup/loaded
)
/obj/item/storage/wallet/casino/verb/toggle_design()