Compilation fixes.

This commit is contained in:
PsiOmegaDelta
2015-06-16 11:03:25 +02:00
parent e094ca3d26
commit 307f36e919
3 changed files with 42 additions and 34 deletions

View File

@@ -21,7 +21,7 @@
/obj/machinery/power/breakerbox/Destroy()
..()
for(var/obj/nano_module/rcon/R in world)
for(var/datum/nano_module/rcon/R in world)
R.FindDevices()
/obj/machinery/power/breakerbox/activated

View File

@@ -78,7 +78,7 @@
/obj/machinery/power/smes/buildable/Destroy()
..()
qdel(wires)
for(var/obj/nano_module/rcon/R in world)
for(var/datum/nano_module/rcon/R in world)
R.FindDevices()