mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user