Skip to content

Commit

Permalink
walls
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 13, 2024
1 parent 87b9f3b commit 2aea65c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/structures/false_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
/obj/structure/falsewall
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A huge chunk of metal used to separate rooms."
anchored = TRUE
icon = 'icons/turf/walls/false_walls.dmi'
Expand Down Expand Up @@ -351,6 +352,7 @@

/obj/structure/falsewall/titanium
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A light-weight titanium wall used in shuttles."
fake_icon = 'icons/turf/walls/shuttle_wall.dmi'
icon_state = "shuttle_wall-open"
Expand All @@ -363,6 +365,7 @@

/obj/structure/falsewall/plastitanium
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "An evil wall of plasma and titanium."
fake_icon = 'icons/turf/walls/plastitanium_wall.dmi'
icon_state = "plastitanium_wall-open"
Expand All @@ -375,6 +378,7 @@

/obj/structure/falsewall/material
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A huge chunk of material used to separate rooms."
fake_icon = 'icons/turf/walls/material_wall.dmi'
icon_state = "material_wall-open"
Expand Down
2 changes: 2 additions & 0 deletions code/game/turfs/closed/indestructible.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/turf/closed/indestructible
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "Effectively impervious to conventional methods of destruction."
icon = 'icons/turf/walls.dmi'
explosive_resistance = 50
Expand Down Expand Up @@ -328,6 +329,7 @@ INITIALIZE_IMMEDIATE(/turf/closed/indestructible/splashscreen)

/turf/closed/indestructible/riveted/hierophant
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A wall made out of a strange metal. The squares on it pulse in a predictable pattern."
icon = 'icons/turf/walls/hierophant_wall.dmi'
icon_state = "wall"
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/closed/wall/material_walls.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/turf/closed/wall/material
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A huge chunk of material used to separate rooms."
icon = 'icons/turf/walls/material_wall.dmi'
icon_state = "material_wall-0"
Expand Down
2 changes: 2 additions & 0 deletions code/game/turfs/closed/wall/mineral_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@

/turf/closed/wall/mineral/titanium //has to use this path due to how building walls works
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A light-weight titanium wall used in shuttles."
icon = 'icons/turf/walls/shuttle_wall.dmi'
icon_state = "shuttle_wall-0"
Expand Down Expand Up @@ -331,6 +332,7 @@

/turf/closed/wall/mineral/plastitanium
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A durable wall made of an alloy of plasma and titanium."
icon = 'icons/turf/walls/plastitanium_wall.dmi'
icon_state = "plastitanium_wall-0"
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/closed/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/turf/closed/wall
name = "wall"
RU_NAMES_LIST_INIT("wall", "стена", "стены", "стене", "стену", "стеной", "стене")
desc = "A huge chunk of iron used to separate rooms."
icon = 'icons/turf/walls/wall.dmi'
icon_state = "wall-0"
Expand Down

0 comments on commit 2aea65c

Please sign in to comment.