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:
Vi3trice
2022-06-27 22:38:15 +01:00
committed by GitHub
parent 7bc0d45a74
commit 8753e22a8e
19 changed files with 348 additions and 572 deletions
+12
View File
@@ -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."