-Cameras have X-Ray vision again.

-Fixed an issue when pressing jump links as an AI, for air alarms/power alarms.
-Changed the empty room to a Cyborg Station room. It has two recharging stations and a computer frame.
-Moved around some Telecomms machines.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4559 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-08-27 06:35:10 +00:00
parent 0f830d74f4
commit 678e4a9ffa
4 changed files with 5976 additions and 5972 deletions

View File

@@ -448,7 +448,7 @@
// ok, we're alive, camera is good and in our network...
eyeobj.setLoc(get_turf(C))
machine = src
//machine = src
return 1

View File

@@ -69,7 +69,7 @@
continue
var/turf/pos = get_turf(c)
if(pos)
for(var/turf/t in hear(7, pos))
for(var/turf/t in range(7, pos))
if(t in turfs)
newVisibleTurfs += t
@@ -121,7 +121,7 @@
continue
var/turf/pos = get_turf(c)
if(pos)
for(var/turf/t in hear(7, pos))
for(var/turf/t in range(7, pos))
if(t in turfs)
visibleTurfs += t

View File

@@ -14,6 +14,7 @@
if(AI.client.eye == AI.eyeobj)
AI.eyeobj.setLoc(src)
/*
/turf/simulated/Del()
visibilityChanged()
..()
@@ -42,6 +43,8 @@
if(!glass)
cameranet.updateVisibility(src, 0)
*/
// ROBOT MOVEMENT
// Update the portable camera everytime the Robot moves.