Merge pull request #2543 from Hubblenaut/master

Appearance Flags
This commit is contained in:
Neerti
2016-09-25 22:22:22 -04:00
committed by GitHub
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
/atom/movable
layer = 3
appearance_flags = TILE_BOUND
var/last_move = null
var/anchored = 0
// var/elevation = 2 - not used anywhere
+1
View File
@@ -1,6 +1,7 @@
//Terribly sorry for the code doubling, but things go derpy otherwise.
/obj/machinery/door/airlock/multi_tile
width = 2
appearance_flags = 0
/obj/machinery/door/airlock/multi_tile/New()
..()
+1
View File
@@ -1,6 +1,7 @@
/obj/structure/sign/double/barsign
icon = 'icons/obj/barsigns.dmi'
icon_state = "empty"
appearance_flags = 0
anchored = 1
var/cult = 0
@@ -8,6 +8,7 @@
/obj/machinery/drone_fabricator
name = "drone fabricator"
desc = "A large automated factory for producing maintenance drones."
appearance_flags = 0
density = 1
anchored = 1