Clears the appearance flag for multi-tile objects.

This commit is contained in:
PsiOmegaDelta
2016-07-07 09:30:37 +02:00
committed by Hubblenaut
parent 4bc630d122
commit c7aa3cc48a
3 changed files with 3 additions and 0 deletions

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()
..()

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

View File

@@ -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