Add optional selectable fullscreen belly overlays with pred & prey prefs

This commit is contained in:
ShadowLarkens
2020-08-17 01:32:19 -07:00
parent 3d2010e005
commit c2c35e0ea5
11 changed files with 153 additions and 14 deletions

View File

@@ -1283,16 +1283,8 @@
if(blinded)
overlay_fullscreen("blind", /obj/screen/fullscreen/blind)
throw_alert("blind", /obj/screen/alert/blind)
else
clear_fullscreens()
clear_alert("blind")
if(blinded)
overlay_fullscreen("blind", /obj/screen/fullscreen/blind)
else if(!machine)
clear_fullscreens()
clear_fullscreen("blind")
clear_alert("blind")
if(disabilities & NEARSIGHTED) //this looks meh but saves a lot of memory by not requiring to add var/prescription
@@ -1310,6 +1302,8 @@
else
clear_alert("high")
if(!isbelly(loc)) clear_fullscreen("belly") //VOREStation Add - Belly fullscreens safety
if(config.welder_vision)
var/found_welder
if(species.short_sighted)