Skip to content

Commit

Permalink
Fixes False Wall Smoothing (FOR GOOD THIS TIME) (ParadiseSS13#26828)
Browse files Browse the repository at this point in the history
* Fixes False Wall Smoothing (FOR GOOD THIS TIME)

* Update code/game/objects/structures/false_walls.dm

Co-authored-by: Luc <[email protected]>
Signed-off-by: Contrabang <[email protected]>

---------

Signed-off-by: Contrabang <[email protected]>
Co-authored-by: Luc <[email protected]>
  • Loading branch information
Contrabang and lewcc authored Sep 26, 2024
1 parent 59a3ede commit 902b898
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/objects/structures/false_walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
new mineral(loc)
qdel(src)

/obj/structure/falsewall/set_smoothed_icon_state(new_junction)
if(opening || !density)
return
return ..()

/*
* False R-Walls
*/
Expand Down

0 comments on commit 902b898

Please sign in to comment.