From 9be0d9a6da7a0a4448ef75591f21f0c0168b2b74 Mon Sep 17 00:00:00 2001 From: datlo Date: Thu, 7 Feb 2019 23:39:24 +0000 Subject: [PATCH] add IS_PLANT tag to wood golem --- code/modules/mob/living/carbon/human/species/golem.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/golem.dm b/code/modules/mob/living/carbon/human/species/golem.dm index 23df49caebd..9a80a021254 100644 --- a/code/modules/mob/living/carbon/human/species/golem.dm +++ b/code/modules/mob/living/carbon/human/species/golem.dm @@ -292,6 +292,7 @@ name = "Wood Golem" golem_colour = rgb(158, 112, 75) skinned_type = /obj/item/stack/sheet/wood + species_traits = list(NO_BREATHE, NO_BLOOD, NO_PAIN, RADIMMUNE, VIRUSIMMUNE, NOGUNS, IS_PLANT) //Can burn and take damage from heat brute_mod = 0.7 //30% damage reduction down from 55% burn_mod = 1