Card fixes and QOL (#8996)

* card cleanup and find card verb

* cheat deal plus supply pack

* why was that comment in there
This commit is contained in:
Sypsoti
2023-02-26 00:05:47 -08:00
committed by GitHub
parent 3db956c015
commit 589122cd24
9 changed files with 199 additions and 100 deletions
-13
View File
@@ -10,19 +10,6 @@
/datum/supply_pack/randomised/misc
group = "Miscellaneous"
/datum/supply_pack/randomised/misc/card_packs
num_contained = 5
contains = list(
/obj/item/pack/cardemon,
/obj/item/pack/spaceball,
/obj/item/deck/holder
)
name = "Trading Card Crate"
cost = 10
containertype = /obj/structure/closet/crate/oculum
containername = "cards crate"
/datum/supply_pack/randomised/misc/dnd
num_contained = 4
contains = list(
+13 -1
View File
@@ -104,4 +104,16 @@
contains = list(
/obj/machinery/porta_turret/lasertag/blue,
/obj/machinery/porta_turret/lasertag/red
)
)
/datum/supply_pack/recreation/card_packs
contains = list(
/obj/item/pack/cardemon = 4,
/obj/item/pack/spaceball = 4,
/obj/item/deck/cardemon = 2,
/obj/item/deck/spaceball = 2
)
name = "Trading Card Crate"
cost = 15
containertype = /obj/structure/closet/crate/oculum
containername = "cards crate"