mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Gutlunches will no longer eat brains. (#24603)
* NO MORE EATING BRAINS * Update code/modules/mob/living/simple_animal/hostile/mining/gutlunch.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
animal_species = /mob/living/simple_animal/hostile/asteroid/gutlunch
|
||||
childtype = list(/mob/living/simple_animal/hostile/asteroid/gutlunch/grublunch = 100)
|
||||
|
||||
wanted_objects = list(/obj/effect/decal/cleanable/blood/gibs, /obj/item/organ/internal)
|
||||
wanted_objects = list(/obj/effect/decal/cleanable/blood/gibs, /obj/item/organ/internal/eyes,
|
||||
/obj/item/organ/internal/heart, /obj/item/organ/internal/lungs,
|
||||
/obj/item/organ/internal/liver, /obj/item/organ/internal/kidneys,
|
||||
/obj/item/organ/internal/appendix)
|
||||
var/obj/item/udder/gutlunch/udder = null
|
||||
|
||||
/mob/living/simple_animal/hostile/asteroid/gutlunch/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user