Removes hulk green overlay and makes them properly immune to pain (#8742)

This commit is contained in:
Alberyk
2020-04-26 22:31:03 -03:00
committed by GitHub
parent 1b236915ea
commit 51e4e35760
3 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -195,7 +195,7 @@
span("notice", "[src] examines [src.gender==MALE?"himself":"herself"]."), \
span("notice", "You check yourself for injuries.") \
)
for(var/obj/item/organ/external/org in H.organs)
var/list/status = list()
var/brutedamage = org.brute_dam
@@ -438,6 +438,8 @@
return FALSE
if (is_berserk())
return FALSE
if (HULK in mutations)
return FALSE
if (analgesic > 100)
return FALSE