From fcad1805bcca014a3bdd6e05ea9722da92fc25cd Mon Sep 17 00:00:00 2001 From: subject217 <38303698+subject217@users.noreply.github.com> Date: Sun, 3 Feb 2019 13:49:27 -0800 Subject: [PATCH] [Ready] brittle plasma bones (#42561) cl the epic purple skeleton in the sky balance: Plasmamen now take 1.5x brute damage. /cl --- code/modules/mob/living/carbon/human/species_types/plasmamen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm index 5da74788b18..fc05b629178 100644 --- a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm +++ b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm @@ -13,6 +13,7 @@ mutantstomach = /obj/item/organ/stomach/plasmaman burnmod = 1.5 heatmod = 1.5 + brutemod = 1.5 breathid = "tox" damage_overlay_type = ""//let's not show bloody wounds or burns over bones. var/internal_fire = FALSE //If the bones themselves are burning clothes won't help you much