From feafb59f0eb73e2df3311ff085095c3724fb471b Mon Sep 17 00:00:00 2001 From: Lularian Date: Mon, 1 Aug 2016 16:58:34 -0500 Subject: [PATCH] 111111111111111 --- code/game/objects/structures/false_walls.dm | 4 ++-- code/game/turfs/simulated/walls_mineral.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index fbeabb1231f..12ee0f8d277 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -304,7 +304,7 @@ canSmoothWith = list(/obj/structure/falsewall/abductor, /turf/closed/wall/mineral/abductor) /obj/structure/falsewall/titanium - name = "titanium wall" + name = "wall" desc = "A light-weight titanium wall used in shuttles." icon = 'icons/turf/walls/shuttle_wall.dmi' icon_state = "shuttle" @@ -313,7 +313,7 @@ canSmoothWith = list(/turf/closed/wall/mineral/titanium, /obj/machinery/door/airlock/shuttle, /obj/machinery/door/airlock/, /turf/closed/wall/shuttle, /obj/structure/window/shuttle, /obj/structure/shuttle/engine, /obj/structure/shuttle/engine/heater, ) /obj/structure/falsewall/plastitanium - name = "plastitanium wall" + name = "wall" desc = "An evil wall of plasma and titanium." icon = 'icons/turf/shuttle.dmi' icon_state = "wall3" diff --git a/code/game/turfs/simulated/walls_mineral.dm b/code/game/turfs/simulated/walls_mineral.dm index 2be75979ea4..9e704b5dc97 100644 --- a/code/game/turfs/simulated/walls_mineral.dm +++ b/code/game/turfs/simulated/walls_mineral.dm @@ -198,7 +198,7 @@ smooth = SMOOTH_FALSE /turf/closed/wall/mineral/titanium //has to use this path due to how building walls works - name = "titanium wall" + name = "wall" desc = "A light-weight titanium wall used in shuttles." icon = 'icons/turf/walls/shuttle_wall.dmi' icon_state = "map-shuttle" @@ -243,7 +243,7 @@ T.transform = transform /turf/closed/wall/mineral/plastitanium - name = "plastitanium wall" + name = "wall" desc = "An evil wall of plasma and titanium." walltype = "syndieshuttle" icon = 'icons/turf/shuttle.dmi'