Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 80a6def

Browse files
authored
Adjusts Slime Person Burn/Cold modifiers (#22449)
* jelly jiggle * molti request
1 parent 0c96e9d commit 80a6def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/mob/living/carbon/human/species_types/jellypeople.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
mutantlungs = /obj/item/organ/lungs/slime
1515
damage_overlay_type = ""
1616
liked_food = MEAT
17-
coldmod = 6
17+
coldmod = 3
1818
heatmod = 0.5
19-
burnmod = 0.5 // = 1/2x generic burn damage
19+
burnmod = 0.8 // now only 20% as effective!
2020
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT
2121
species_language_holder = /datum/language_holder/jelly
2222
swimming_component = /datum/component/swimming/dissolve

0 commit comments

Comments
 (0)