Changed helmet lights over to a general system/overlays.

This commit is contained in:
Zuhayr
2014-11-16 13:40:13 +10:30
parent 579ebb84bb
commit 823f01f4bf
46 changed files with 326 additions and 225 deletions
@@ -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