Merge pull request #6979 from Citadel-Station-13/upstream-merge-38116

[MIRROR] Refactor machinery to default to being anchored
This commit is contained in:
deathride58
2018-06-05 23:37:20 +00:00
committed by GitHub
142 changed files with 112 additions and 264 deletions

View File

@@ -5,7 +5,6 @@
icon_state = "implantchair"
density = TRUE
opacity = 0
anchored = TRUE
var/ready = TRUE
var/replenishing = FALSE

View File

@@ -6,6 +6,7 @@
icon = 'icons/obj/turrets.dmi'
icon_state = "machinegun"
can_buckle = TRUE
anchored = FALSE
density = TRUE
max_integrity = 100
buckle_lying = FALSE

View File

@@ -210,7 +210,6 @@
icon = 'icons/obj/watercloset.dmi'
icon_state = "shower"
density = FALSE
anchored = TRUE
use_power = NO_POWER_USE
var/on = FALSE
var/obj/effect/mist/mymist = null