Refactor machinery to default to being anchored

This commit is contained in:
Jordan Brown
2018-06-01 11:28:19 -05:00
committed by letterjay
parent 340c6d2e83
commit 5e15a988f6
142 changed files with 269 additions and 175 deletions
+3 -2
View File
@@ -87,10 +87,11 @@
desc = ""
icon = 'icons/obj/machines/satellite.dmi'
icon_state = "sat_inactive"
var/mode = "NTPROBEV0.8"
var/active = FALSE
anchored = FALSE
density = TRUE
use_power = FALSE
var/mode = "NTPROBEV0.8"
var/active = FALSE
var/static/gid = 0
var/id = 0