mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds Isopods (#31842)
* Adds Isopods * Fix * Moved some values * Om nom nom * Pickups * Linters * Adjusted name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user