diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index 02d9f4f8c75..2df0eba84fd 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -3,7 +3,7 @@ */ /obj/structure/falsewall name = "wall" - desc = "A huge chunk of metal used to seperate rooms." + desc = "A huge chunk of metal used to separate rooms." anchored = 1 icon = 'icons/turf/walls/wall.dmi' var/mineral = "metal" @@ -129,7 +129,7 @@ /obj/structure/falsewall/reinforced name = "reinforced wall" - desc = "A huge chunk of reinforced metal used to seperate rooms." + desc = "A huge chunk of reinforced metal used to separate rooms." icon = 'icons/turf/walls/reinforced_wall.dmi' icon_state = "r_wall" walltype = "rwall" @@ -209,7 +209,7 @@ /obj/structure/falsewall/plasma name = "plasma wall" - desc = "A wall with plasma plating. This is definately a bad idea." + desc = "A wall with plasma plating. This is definitely a bad idea." icon = 'icons/turf/walls/plasma_wall.dmi' icon_state = "" mineral = "plasma" @@ -246,7 +246,7 @@ /obj/structure/falsewall/sandstone name = "sandstone wall" - desc = "A wall with sandstone plating." + desc = "A wall with sandstone plating. Rough." icon = 'icons/turf/walls/sandstone_wall.dmi' icon_state = "" mineral = "sandstone"