QuickFix:

- Camera networks where all the cameras are either disabled or destroyed do not show up among the available camera networks for AIs to switch to.
- Fixed issue 79

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1500 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2011-04-25 15:06:34 +00:00
parent 1e7eb1ce16
commit 286e758c1f
2 changed files with 4479 additions and 4475 deletions
+2
View File
@@ -371,6 +371,8 @@
return
for (var/obj/machinery/camera/C in world)
if(!C.status)
continue
if(C.network == "AI Satellite")
if (ticker.mode.name == "AI malfunction")
var/datum/game_mode/malfunction/malf = ticker.mode