mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Removes hulk green overlay and makes them properly immune to pain (#8742)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user