mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-07 07:52:00 +00:00
Breaker boxes no longer set_state twice (in Initialize and LateInitialize) thus spawning overlapping cables in each direction and failing unit test for power cables.
This commit is contained in:
@@ -141,8 +141,3 @@
|
||||
|
||||
/obj/machinery/power/breakerbox/activated
|
||||
icon_state = "bbox_on"
|
||||
|
||||
// Enabled on server startup. Used in substations to keep them in bypass mode.
|
||||
/obj/machinery/power/breakerbox/activated/Initialize()
|
||||
. = ..()
|
||||
set_state(1)
|
||||
|
||||
Reference in New Issue
Block a user