Fixes AIs being blind after a power outage.

This commit is contained in:
Mieszko Jędrzejczak
2016-12-28 22:28:54 +01:00
parent b82f2c9d20
commit b2640032d6
@@ -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