mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes for #91915
This commit is contained in:
@@ -10932,7 +10932,7 @@
|
||||
"dme" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/effect/turf_decal/trimline/brown/filled/line,
|
||||
/obj/item/airlock_painter/decal/tile,
|
||||
/obj/item/airlock_painter/decal,
|
||||
/obj/item/airlock_painter/decal,
|
||||
/obj/machinery/requests_console/auto_name/directional/south,
|
||||
/obj/effect/turf_decal/bot,
|
||||
|
||||
-4
@@ -20,10 +20,6 @@
|
||||
. = ..()
|
||||
build_type |= COLONY_FABRICATOR
|
||||
|
||||
/datum/design/airlock_painter/decal/tile/New()
|
||||
. = ..()
|
||||
build_type |= COLONY_FABRICATOR
|
||||
|
||||
/datum/design/holosignengi/New()
|
||||
. = ..()
|
||||
build_type |= COLONY_FABRICATOR
|
||||
|
||||
@@ -272,7 +272,6 @@ GLOBAL_LIST_INIT(common_loot, list( //common: basic items
|
||||
list(
|
||||
/obj/item/airlock_painter = 1,
|
||||
/obj/item/airlock_painter/decal = 1,
|
||||
/obj/item/airlock_painter/decal/tile = 1,
|
||||
/obj/item/hand_labeler = 1,
|
||||
/obj/item/paint/anycolor = 1,
|
||||
/obj/item/paint/paint_remover = 1,
|
||||
|
||||
Reference in New Issue
Block a user