mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Patched up the three major security risks in engineering: the north CE window facing the hallway, the north engineering window facing the hallway, the regular wall in the smes room.
Fixed a problem where all the engine parts that the QM ordered would start in stage 4 of construction and anchored... Added a few fire alarms to engineering git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2840 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -44,11 +44,11 @@ PE|PE|PE
|
||||
desc = "Part of a Particle Accelerator."
|
||||
icon = 'particle_accelerator.dmi'
|
||||
icon_state = "none"
|
||||
anchored = 1
|
||||
anchored = 0
|
||||
density = 1
|
||||
var
|
||||
obj/machinery/particle_accelerator/control_box/master = null
|
||||
construction_state = 4
|
||||
construction_state = 0
|
||||
|
||||
end_cap
|
||||
icon_state = "end_cap"
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
desc = "Part of a Particle Accelerator."
|
||||
icon = 'particle_accelerator.dmi'
|
||||
icon_state = "control_box"
|
||||
anchored = 1
|
||||
anchored = 0
|
||||
density = 1
|
||||
use_power = 0
|
||||
idle_power_usage = 500
|
||||
active_power_usage = 10000
|
||||
construction_state = 4
|
||||
construction_state = 0
|
||||
active = 0
|
||||
var
|
||||
list/obj/structure/particle_accelerator/connected_parts
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user