mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Rework toy card decks into standard decks (#17925)
* Go fish * Keep forgetting about the map * Forgot about the sprites for the double deck * Cleaned things up * Fix icon conflict * Update cards.dm * Improper tweaks * Update cards.dm * Axing the popup from the toy version entirely, that was a little jank * Meta remap was merged * Huh. \improper was the issue. * Update cards.dm * Few changes and a fix * More changes * Update cards.dm * Update cards.dm * Update cards.dm * Merge branch 'master' into go-fish * Update cards.dm
This commit is contained in:
@@ -81,6 +81,18 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
|
||||
typepath = /obj/item/deck/cards
|
||||
cost = 25
|
||||
|
||||
/datum/prize_item/tiny_cards
|
||||
name = "Deck of Tiny Cards"
|
||||
desc = "Anyone fancy a tiny game of 52-card Pickup?"
|
||||
typepath = /obj/item/deck/cards/tiny
|
||||
cost = 25
|
||||
|
||||
/datum/prize_item/double_tiny_cards
|
||||
name = "Double Deck of Tiny Cards"
|
||||
desc = "Anyone fancy a tiny game of 108-card Pickup?"
|
||||
typepath = /obj/item/deck/cards/tiny/doublecards
|
||||
cost = 50
|
||||
|
||||
/datum/prize_item/crayons
|
||||
name = "Box of Crayons"
|
||||
desc = "A six-pack of crayons, just like back in kindergarten."
|
||||
|
||||
Reference in New Issue
Block a user