diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 6b750e23dfa1d..42124955de51c 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -250,8 +250,8 @@ rarity_value = 2 eyes = "blank_eyes" - brute_mod = 0.5 - burn_mod = 1 + brute_mod = 1.5 + burn_mod = 1.5 show_ssd = "flashing a 'system offline' glyph on their monitor" death_message = "seizes up and powers down, their monitor blank..." @@ -300,4 +300,4 @@ flags = CAN_JOIN | IS_WHITELISTED | HAS_UNDERWEAR | HAS_LIPS | HAS_SKIN_COLOR blood_color = "#328332" - flesh_color = "#8C4600" \ No newline at end of file + flesh_color = "#8C4600"