Skip to content

Commit

Permalink
дофиксим стены
Browse files Browse the repository at this point in the history
  • Loading branch information
Evie7056 committed Aug 24, 2023
1 parent ef068cc commit dfd0dc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/turfs/simulated/wall_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,18 @@
/turf/simulated/wall/titanium/New(var/newloc)
..(newloc, MATERIAL_TITANIUM)

/turf/simulated/wall/titanium/reinforced
icon_state = "rgeneric"

/turf/simulated/wall/titanium/reinforced/New(var/newloc)
..(newloc, MATERIAL_TITANIUM, MATERIAL_TITANIUM)

/turf/simulated/wall/plastan/New(var/newloc)
..(newloc, MATERIAL_PLASTAN)

/turf/simulated/wall/plastan/reinforced
icon_state = "rgeneric"

/turf/simulated/wall/plastan/reinforced/New(var/newloc)
..(newloc, MATERIAL_PLASTAN, MATERIAL_PLASTAN)

Expand Down

0 comments on commit dfd0dc8

Please sign in to comment.