mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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.
|
//Terribly sorry for the code doubling, but things go derpy otherwise.
|
||||||
/obj/machinery/door/airlock/multi_tile
|
/obj/machinery/door/airlock/multi_tile
|
||||||
width = 2
|
width = 2
|
||||||
|
appearance_flags = 0
|
||||||
|
|
||||||
/obj/machinery/door/airlock/multi_tile/New()
|
/obj/machinery/door/airlock/multi_tile/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
/obj/structure/sign/double/barsign
|
/obj/structure/sign/double/barsign
|
||||||
icon = 'icons/obj/barsigns.dmi'
|
icon = 'icons/obj/barsigns.dmi'
|
||||||
icon_state = "empty"
|
icon_state = "empty"
|
||||||
|
appearance_flags = 0
|
||||||
anchored = 1
|
anchored = 1
|
||||||
var/cult = 0
|
var/cult = 0
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
/obj/machinery/drone_fabricator
|
/obj/machinery/drone_fabricator
|
||||||
name = "drone fabricator"
|
name = "drone fabricator"
|
||||||
desc = "A large automated factory for producing maintenance drones."
|
desc = "A large automated factory for producing maintenance drones."
|
||||||
|
appearance_flags = 0
|
||||||
|
|
||||||
density = 1
|
density = 1
|
||||||
anchored = 1
|
anchored = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user