Adds taur suit to the rad suit crate

I forgot to do this. I have no longer forgotten as it is here.
This commit is contained in:
Neopatra
2017-09-16 17:19:17 -04:00
committed by GitHub
parent ed72137948
commit df1a318319
@@ -0,0 +1,6 @@
/datum/supply_packs/eng/radsuit
contains = list(
/obj/item/clothing/suit/radiation = 2,
/obj/item/clothing/suit/radiation/taur = 1,
/obj/item/clothing/head/radiation = 3
)