mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Changed helmet lights over to a general system/overlays.
This commit is contained in:
@@ -90,8 +90,8 @@ proc/GetAnomalySusceptibility(var/mob/living/carbon/human/H)
|
||||
var/protected = 0
|
||||
|
||||
//anomaly suits give best protection, but excavation suits are almost as good
|
||||
if(istype(H.back,/obj/item/weapon/storage/rig/hazmat))
|
||||
var/obj/item/weapon/storage/rig/hazmat/rig = H.back
|
||||
if(istype(H.back,/obj/item/weapon/rig/hazmat))
|
||||
var/obj/item/weapon/rig/hazmat/rig = H.back
|
||||
if(rig.suit_is_deployed() && !rig.offline)
|
||||
protected += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user