Adds Isopods (#31842)

* Adds Isopods

* Fix

* Moved some values

* Om nom nom

* Pickups

* Linters

* Adjusted name
This commit is contained in:
PollardTheDragon
2026-04-14 03:16:49 +00:00
committed by GitHub
parent 3d934ba704
commit fb29bc6f4f
16 changed files with 202 additions and 2 deletions
@@ -243,6 +243,15 @@
containertype = /obj/structure/closet/critter/pig
containername = "pig crate"
/datum/supply_packs/organic/isopod
name = "Ahuitz Crate"
cost = 100
contains_special = list(
"Ahuitz"
)
containertype = /obj/structure/closet/critter/cow
containername = "ahuitz crate"
/datum/supply_packs/organic/goat
name = "Goat Crate"
cost = 100
@@ -291,6 +300,15 @@
/obj/item/toy/cattoy)
containername = "cat crate"
/datum/supply_packs/organic/isopod_smol
name = "Deverka Crate"
cost = 300
contains_special = list(
"Deverka"
)
containertype = /obj/structure/closet/critter/isopod_smol
containername = "deverka crate"
/datum/supply_packs/organic/pug
name = "Pug Crate"
cost = 300