Fixes for a bunch of other lingering bugs with my optimization stuff.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3379 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2012-03-31 01:34:51 +00:00
parent 2d1bae935e
commit 1e6c18596b
3 changed files with 8 additions and 8 deletions

View File

@@ -123,12 +123,12 @@
active = 1
icon_state = "launcheract"
for(var/obj/machinery/sparker/M in machines)
for(var/obj/machinery/sparker/M in world)
if (M.id == src.id)
spawn( 0 )
M.ignite()
for(var/obj/machinery/igniter/M in machines)
for(var/obj/machinery/igniter/M in world)
if(M.id == src.id)
use_power(50)
M.on = !( M.on )