From 012f9df1153d922eeb35402a365a4ace9b53d3bf Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:54:34 -0500 Subject: [PATCH 1/2] Monkeys that pray are given bonana (#85057) ## About The Pull Request Monkeys that pray are given bonana ## Why It's Good For The Game Bonana ## Changelog :cl: Melbert qol: Monkeys that pray are given bonana /:cl: --- code/modules/mob/living/carbon/human/species_types/monkeys.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/monkeys.dm b/code/modules/mob/living/carbon/human/species_types/monkeys.dm index e1163f1387d..499f8837697 100644 --- a/code/modules/mob/living/carbon/human/species_types/monkeys.dm +++ b/code/modules/mob/living/carbon/human/species_types/monkeys.dm @@ -22,6 +22,7 @@ ) no_equip_flags = ITEM_SLOT_OCLOTHING | ITEM_SLOT_GLOVES | ITEM_SLOT_FEET | ITEM_SLOT_SUITSTORE changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | ERT_SPAWN | SLIME_EXTRACT + species_cookie = /obj/item/food/grown/banana inherent_factions = list(FACTION_MONKEY) sexes = FALSE species_language_holder = /datum/language_holder/monkey