mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
@@ -10,6 +10,9 @@ Pipelines + Other Objects -> Pipe network
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
/obj/machinery/atmospherics
|
/obj/machinery/atmospherics
|
||||||
|
|
||||||
|
auto_init = 0
|
||||||
|
|
||||||
anchored = 1
|
anchored = 1
|
||||||
idle_power_usage = 0
|
idle_power_usage = 0
|
||||||
active_power_usage = 0
|
active_power_usage = 0
|
||||||
|
|||||||
@@ -14,9 +14,11 @@
|
|||||||
var/moved_recently = 0
|
var/moved_recently = 0
|
||||||
var/mob/pulledby = null
|
var/mob/pulledby = null
|
||||||
|
|
||||||
|
var/auto_init = 1
|
||||||
|
|
||||||
/atom/movable/New()
|
/atom/movable/New()
|
||||||
..()
|
..()
|
||||||
if(ticker && ticker.current_state == GAME_STATE_PLAYING)
|
if(auto_init && ticker && ticker.current_state == GAME_STATE_PLAYING)
|
||||||
initialize()
|
initialize()
|
||||||
|
|
||||||
/atom/movable/Del()
|
/atom/movable/Del()
|
||||||
|
|||||||
Reference in New Issue
Block a user