mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
/datum/supply_pack/hydro/teppi
|
|
name = "Teppi crate"
|
|
cost = 60 //considering a corgi crate is 50, and you get two fennecs
|
|
containertype = /obj/structure/largecrate/animal/teppi
|
|
containername = "Teppi crate"
|
|
|
|
/datum/supply_pack/hydro/sheep
|
|
name = "Sheep crate"
|
|
cost = 25
|
|
containertype = /obj/structure/largecrate/animal/sheep
|
|
containername = "Goat crate"
|
|
access = ACCESS_HYDROPONICS
|
|
|
|
/datum/supply_pack/hydro/woofdog
|
|
name = "Dog crate"
|
|
cost = 50
|
|
containertype = /obj/structure/largecrate/animal/woofdog
|
|
containername = "Dog carrier"
|