mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Fixes isopod oversight (#31898)
* Fixes isopod oversight * Fixes some naming too
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
contains_special = list(
|
||||
"Ahuitz"
|
||||
)
|
||||
containertype = /obj/structure/closet/critter/cow
|
||||
containertype = /obj/structure/closet/critter/isopod
|
||||
containername = "ahuitz crate"
|
||||
|
||||
/datum/supply_packs/organic/goat
|
||||
@@ -300,13 +300,13 @@
|
||||
/obj/item/toy/cattoy)
|
||||
containername = "cat crate"
|
||||
|
||||
/datum/supply_packs/organic/isopod_smol
|
||||
/datum/supply_packs/organic/isopod_small
|
||||
name = "Deverka Crate"
|
||||
cost = 300
|
||||
contains_special = list(
|
||||
"Deverka"
|
||||
)
|
||||
containertype = /obj/structure/closet/critter/isopod_smol
|
||||
containertype = /obj/structure/closet/critter/isopod_small
|
||||
containername = "deverka crate"
|
||||
|
||||
/datum/supply_packs/organic/pug
|
||||
|
||||
Reference in New Issue
Block a user