Skip to content

Commit

Permalink
Колода карт в оружейном вендоре (#812)
Browse files Browse the repository at this point in the history
* deck

* gear
  • Loading branch information
siegluck authored Dec 13, 2024
1 parent 0fe8c31 commit 84e1773
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
/obj/item/compass = -1,
/obj/item/tool/hand_labeler = -1,
/obj/item/toy/deck/kotahi = -1,
/obj/item/toy/deck = -1,
/obj/item/deployable_floodlight = 5,
),
)
Expand Down Expand Up @@ -462,6 +463,7 @@
/obj/item/compass = -1,
/obj/item/tool/hand_labeler = -1,
/obj/item/toy/deck/kotahi = -1,
/obj/item/toy/deck = -1,
/obj/item/deployable_floodlight = 5,
),
)
Expand Down Expand Up @@ -720,6 +722,7 @@
/obj/item/compass = -1,
/obj/item/tool/hand_labeler = -1,
/obj/item/toy/deck/kotahi = -1,
/obj/item/toy/deck = -1,
/obj/item/deployable_floodlight = -1,
/obj/item/fulton_extraction_pack = -1,
/obj/item/facepaint/premium = -1,
Expand Down
6 changes: 6 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ GLOBAL_LIST_INIT(gear_datums, populate_gear_list())
/datum/gear/kotahi
slot = SLOT_IN_BACKPACK

/datum/gear/cards
display_name = "Deck of cards"
path = /obj/item/toy/deck
cost = 2
slot = SLOT_IN_BACKPACK

/datum/gear/pig
display_name = "Pig toy"
path = /obj/item/toy/plush/pig
Expand Down

0 comments on commit 84e1773

Please sign in to comment.