mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Reduces heat damage for Drasks from 300% to 200%. (#20460)
* Reduces heat damage of Drasks from 300% to 200%. * Update code/modules/mob/living/carbon/human/species/drask.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
parent
904ab9286c
commit
46677d667c
@@ -45,7 +45,7 @@
|
||||
heat_level_1 = 310 //Default 370 - Higher is better
|
||||
heat_level_2 = 340 //Default 400
|
||||
heat_level_3 = 400 //Default 460
|
||||
heatmod = 3 // 4.5 * more damage from body temp
|
||||
heatmod = 2 // 3 * more damage from body temp
|
||||
|
||||
flesh_color = "#a3d4eb"
|
||||
reagent_tag = PROCESS_ORG
|
||||
|
||||
Reference in New Issue
Block a user