Revert "Deletes butterfly crate"

This reverts commit 1506653349.
This commit is contained in:
AffectedArc07
2020-08-17 11:19:42 +01:00
parent 1506653349
commit 2b48fa853d
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -1172,6 +1172,13 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
contains = list(/obj/item/clothing/accessory/petcollar)
containername = "fox crate"
/datum/supply_packs/organic/butterfly
name = "Butterflies Crate"
cost = 50
containertype = /obj/structure/closet/critter/butterfly
containername = "butterflies crate"
contraband = 1
/datum/supply_packs/organic/deer
name = "Deer Crate"
cost = 56 //Deer are best.
@@ -81,6 +81,11 @@
name = "fox crate"
content_mob = /mob/living/simple_animal/pet/dog/fox
/obj/structure/closet/critter/butterfly
name = "butterflies crate"
content_mob = /mob/living/simple_animal/butterfly
amount = 50
/obj/structure/closet/critter/deer
name = "deer crate"
content_mob = /mob/living/simple_animal/deer