Fixes Track With Camera bug. Was probably my fault. Sorry!

This commit is contained in:
Erthilo
2012-05-20 01:48:58 +01:00
parent 2ce24412ed
commit 8a0809b7d6
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
//check other cameras
var/obj/machinery/camera/closest = C
for(var/obj/machinery/camera/C2 in world)
if (C2.network == src.networks)
if (C2.network in src.networks)
if (C2.z == target.z)
zmatched = 1
if (C2.status)

View File

@@ -71,7 +71,7 @@
"You hear metal clanking")
else
buckled_mob.visible_message(\
"\blue [buckled_mob.name] unbuckled himself!",\
"\blue [buckled_mob.name] unbuckles!",\
"You unbuckle yourself from [src].",\
"You hear metal clanking")
unbuckle()