mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Adds a fennec crate to cargo. (#3810)
* Adds a fennec crate. Adds a fennec crate with a smaller chance of containing fennix. * Adds a fennec crate * Update hydroponics_vr.dm * Fixes an error? * Update largecrate_vr.dm * Update largecrate_vr.dm
This commit is contained in:
@@ -31,4 +31,10 @@
|
|||||||
contains = list (/obj/item/weapon/storage/box/monkeycubes/wolpincubes)
|
contains = list (/obj/item/weapon/storage/box/monkeycubes/wolpincubes)
|
||||||
cost = 20
|
cost = 20
|
||||||
containertype = /obj/structure/closet/crate/freezer
|
containertype = /obj/structure/closet/crate/freezer
|
||||||
containername = "Wolpin crate"
|
containername = "Wolpin crate"
|
||||||
|
|
||||||
|
/datum/supply_packs/hydro/fennec
|
||||||
|
name = "Fennec crate"
|
||||||
|
cost = 60 //considering a corgi crate is 50, and you get two fennecs
|
||||||
|
containertype = /obj/structure/largecrate/animal/fennec
|
||||||
|
containername = "Fennec crate"
|
||||||
|
|||||||
@@ -117,3 +117,13 @@
|
|||||||
name = "Wolfgirl Crate"
|
name = "Wolfgirl Crate"
|
||||||
desc = "A sketchy looking crate with airholes that shakes and thuds every now and then. Someone seems to be demanding they be let out."
|
desc = "A sketchy looking crate with airholes that shakes and thuds every now and then. Someone seems to be demanding they be let out."
|
||||||
starts_with = list(/mob/living/simple_animal/retaliate/awoo)
|
starts_with = list(/mob/living/simple_animal/retaliate/awoo)
|
||||||
|
|
||||||
|
/obj/structure/largecrate/animal/fennec
|
||||||
|
name = "Fennec Crate"
|
||||||
|
desc = "Bounces around a lot. Looks messily packaged, were they in a hurry?"
|
||||||
|
starts_with = list(/mob/living/simple_animal/fennec)
|
||||||
|
|
||||||
|
/obj/structure/largecrate/animal/fennec/initialize()
|
||||||
|
starts_with = list(pick(/mob/living/simple_animal/fennec,
|
||||||
|
/mob/living/simple_animal/retaliate/fennix;0.5))
|
||||||
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user