From 85b56a310d2d11f347db6dcdd2ffbad35b3568a4 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:58:59 +0100 Subject: [PATCH] [MIRROR] Fix JSON description for solo bench and tram [NO GBP] [MDB IGNORE] (#18661) --- code/datums/greyscale/config_types/greyscale_configs.dm | 2 +- code/game/objects/structures/plaques/static_plaques.dm | 1 + code/modules/industrial_lift/industrial_lift.dm | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/datums/greyscale/config_types/greyscale_configs.dm b/code/datums/greyscale/config_types/greyscale_configs.dm index bf42bb8a62f..9ad57fdd575 100644 --- a/code/datums/greyscale/config_types/greyscale_configs.dm +++ b/code/datums/greyscale/config_types/greyscale_configs.dm @@ -466,7 +466,7 @@ json_config = 'code/datums/greyscale/json_configs/bench_right.json' /datum/greyscale_config/bench_solo - name = "Bench Right" + name = "Bench Solo" icon_file = 'icons/obj/sofa.dmi' json_config = 'code/datums/greyscale/json_configs/bench_solo.json' diff --git a/code/game/objects/structures/plaques/static_plaques.dm b/code/game/objects/structures/plaques/static_plaques.dm index f6a823426e1..80436bf8d1c 100644 --- a/code/game/objects/structures/plaques/static_plaques.dm +++ b/code/game/objects/structures/plaques/static_plaques.dm @@ -147,3 +147,4 @@ desc = "A plate showing details from the manufacturer about this Nakamura Engineering SkyyTram Mk IV, serial number LT301TG2563. We are not responsible for any injuries or fatalites caused by usage of the tram. For technical assistance in the event of malfunction please contact: (the info seems to be scratched up to the point of being unreadable.)" icon_state = "commission_tram" custom_materials = list(/datum/material/titanium = 2000) + layer = LOW_OBJ_LAYER diff --git a/code/modules/industrial_lift/industrial_lift.dm b/code/modules/industrial_lift/industrial_lift.dm index a1f90b7683d..5410939ba0f 100644 --- a/code/modules/industrial_lift/industrial_lift.dm +++ b/code/modules/industrial_lift/industrial_lift.dm @@ -822,8 +822,8 @@ GLOBAL_LIST_EMPTY(lifts) icon_state = "titanium_white" /obj/structure/industrial_lift/tram/subfloor - name = "tram subfloor" - desc = "A sturdy looking thermoplastic subfloor the tram is built on." + name = "tram" + desc = "A tram for tramversing the station." icon_state = "tram_subfloor" /datum/armor/structure_industrial_lift