mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Bad Formatting, my bad.
This commit is contained in:
@@ -87,11 +87,11 @@
|
||||
if(istype(usr, /mob/living/silicon/ai))
|
||||
var/mob/living/silicon/ai/AI = usr
|
||||
if(AI.eyeobj)
|
||||
+ if(!AI.multicam_on || AI.client.eye != AI.eyeobj)
|
||||
+ return
|
||||
+ var/area/A = get_area(AI.eyeobj)
|
||||
+ if(istype(A, /area/ai_multicam_room))
|
||||
+ return
|
||||
if(!AI.multicam_on || AI.client.eye != AI.eyeobj)
|
||||
return
|
||||
var/area/A = get_area(AI.eyeobj)
|
||||
if(istype(A, /area/ai_multicam_room))
|
||||
return
|
||||
var/turf/T = get_turf(src)
|
||||
if(T)
|
||||
AI.eyeobj.setLoc(T)
|
||||
|
||||
Reference in New Issue
Block a user