mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
check for fire (#17716)
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
return shock_damage
|
||||
|
||||
/mob/living/carbon/proc/help_shake_act(mob/living/carbon/M)
|
||||
if (health >= get_crit_point())
|
||||
if (health >= get_crit_point() || on_fire)
|
||||
if(src == M && ishuman(src))
|
||||
var/mob/living/carbon/human/H = src
|
||||
var/datum/gender/T = GLOB.gender_datums[H.get_visible_gender()]
|
||||
|
||||
Reference in New Issue
Block a user