mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user