1px offset of plating fixed.

Syndicate shuttle was moved from its own empty z-level to centcom z-level and surrounded by massive unbreakable wall.
Mining was moved to z-level 5.
Removed 3 unused z-levels, that should reduce lags, especially during startup.
Experimental AI asteroid was removed.
Unfinished medibot re-added to the derelict.
Added button for blast door in atmospherics.
timer/igniter assemblies in toxins now work.
Population of crowbars in the Crowbarland was cut down.
Added singularity telescreen.
Engine storage expanded.
Fixed some runtime errors.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1081 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-02-20 22:19:46 +00:00
parent 4b47e64fd4
commit 1b13757b3d
5 changed files with 5631 additions and 6607 deletions
+8
View File
@@ -94,6 +94,14 @@
//*****RM
/obj/item/assembly/time_ignite/premade/New()
..()
part1 = new(src)
part2 = new(src)
part1.master = src
part2.master = src
//part2.status = 0
/obj/item/assembly/time_ignite/Del()
del(part1)
del(part2)