mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Adds gorillas and cargorillas (#20830)
* goril * goril2 * arms * goril3 * goril4 * rampaging * emote * trait * more gorilla * ooga * Magillitis Serum Autoinjector, crates * return to monke * remove unused trait * oops * sirryan * earth * Update code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/misc_reagents.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * fixes and stuff * gorilla text clarification * tweak probs, stop if dead * volume * gorilla sleeping attack * Apply suggestions from code review Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Nathan Winters <100448493+CinnamonSnowball@users.noreply.github.com>
This commit is contained in:
@@ -180,6 +180,20 @@
|
||||
contains = list(/obj/item/petcollar)
|
||||
containername = "bunny crate"
|
||||
|
||||
/datum/supply_packs/organic/gorilla
|
||||
name = "Gorilla Crate"
|
||||
cost = 1000
|
||||
containertype = /obj/structure/closet/critter/gorilla
|
||||
containername = "gorilla crate"
|
||||
department_restrictions = list(DEPARTMENT_SCIENCE)
|
||||
|
||||
/datum/supply_packs/organic/gorilla/cargo
|
||||
name = "Cargorilla Crate"
|
||||
cost = 250
|
||||
containertype = /obj/structure/closet/critter/gorilla/cargo
|
||||
containername = "cargorilla crate"
|
||||
department_restrictions = list(DEPARTMENT_SUPPLY)
|
||||
|
||||
////// hippy gear
|
||||
|
||||
/datum/supply_packs/organic/hydroponics // -- Skie
|
||||
|
||||
Reference in New Issue
Block a user