mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Clears the appearance flag for multi-tile objects.
This commit is contained in:
committed by
Hubblenaut
parent
4bc630d122
commit
c7aa3cc48a
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user