In which I unfuck Life()...

SLIGHTLY.
This commit is contained in:
PJB3005
2015-06-19 16:03:34 +02:00
parent 8ad74ebb6e
commit e068fabdb4
2 changed files with 5 additions and 1 deletions
@@ -1151,6 +1151,8 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if(85 to INFINITY)
damageoverlay.overlays += brutefireloss_overlays["6"]//image("icon" = 'icons/mob/screen1_full.dmi', "icon_state" = "brutedamageoverlay6")
//damageoverlay.overlays += I
see_invisible = SEE_INVISIBLE_LIVING
if( stat == DEAD )
sight |= (SEE_TURFS|SEE_MOBS|SEE_OBJS)
see_in_dark = 8
@@ -1206,6 +1208,8 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if(istype(H))
if(H.vision_flags) // MESONS
sight |= H.vision_flags
if(!druggy)
see_invisible = SEE_INVISIBLE_MINIMUM
if(!H.see_darkness)
see_invisible = SEE_INVISIBLE_MINIMUM
/* HUD shit goes here, as long as it doesn't modify sight flags */