Update dispenser.dm

This commit is contained in:
Novacat
2021-05-15 11:03:48 -04:00
committed by GitHub
parent a29a081d3e
commit dc043a8f53
+1 -1
View File
@@ -419,7 +419,7 @@
if(affecting.take_damage(0, removed * power * 0.1))
H.UpdateDamageIcon()
if(prob(100 * removed / meltdose)) // Applies disfigurement
if (affecting.organ_can_feel_pain() && !isbelly(loc)) //VOREStation Add
if (affecting.organ_can_feel_pain() && !isbelly(H.loc)) //VOREStation Add
H.emote("scream")
H.status_flags |= DISFIGURED
else