This commit is contained in:
Kabra_men
2021-06-02 18:20:06 -03:00
parent dcac6a9e7e
commit 6ea19bb7d2
11 changed files with 44 additions and 3 deletions
+15
View File
@@ -59,6 +59,21 @@
crate_name = "radiation protection crate"
crate_type = /obj/structure/closet/crate/radiation
/datum/supply_pack/emergency/radiatione_emergency_bikini
name = "Emergenc Beach Radiation Protection Crate"
desc = "Survive(?) the Nuclear Summer and Supermatter Engine alike with two sets of Radkinis. Each set contains a mask, bikini, and Geiger counter. We'll even throw in a few pill bottles that are able to handles radiation and the affects of the poisoning."
cost = 2000
contains = list(/obj/item/clothing/mask/gas/radmask,
/obj/item/clothing/mask/gas/radmask,
/obj/item/clothing/under/radkini,
/obj/item/clothing/under/radkini,
/obj/item/geiger_counter,
/obj/item/geiger_counter,
/obj/item/storage/pill_bottle/mutarad,
/obj/item/storage/firstaid/radbgone)
crate_name = "beach radiation protection crate"
crate_type = /obj/structure/closet/crate/radiation
/datum/supply_pack/emergency/rcds
name = "Emergency RCDs"
desc = "Bombs going off on station? SME blown and now you need to fix the hole it left behind? Well this crate has a pare of Rcds to be able to easily fix up any problem you may have!"