Merge pull request #6034 from FlattestGuitar/aifix

Fixes AIs being blind after a power outage.
This commit is contained in:
Crazy Lemon
2016-12-29 18:45:07 -08:00
committed by GitHub
@@ -47,10 +47,12 @@
to_chat(src, "Alert cancelled. Power has been restored without our assistance.")
aiRestorePowerRoutine = 0
clear_fullscreen("blind")
update_sight()
else if(aiRestorePowerRoutine == 3)
to_chat(src, "Alert cancelled. Power has been restored.")
aiRestorePowerRoutine = 0
clear_fullscreen("blind")
update_sight()
else