Skip to content

Commit 92540af

Browse files
committed
Урон
1 parent 55baa2f commit 92540af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/mob/living/carbon/human/species/shadowling.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
TRAIT_EMBEDIMMUNE,
2323
TRAIT_NO_SLIP_ALL,
2424
)
25-
burn_mod = 1 // mod compensation for a deleted shadowling suit
26-
heatmod = 1.25
25+
burn_mod = 1.25
26+
heatmod = 1.5
2727
no_equip = list(ITEM_SLOT_HEAD, ITEM_SLOT_EYES, ITEM_SLOT_MASK, ITEM_SLOT_CLOTH_OUTER, ITEM_SLOT_GLOVES, ITEM_SLOT_FEET, ITEM_SLOT_CLOTH_INNER, ITEM_SLOT_SUITSTORE)
2828
nojumpsuit = TRUE
2929
silent_steps = 1

0 commit comments

Comments
 (0)