Fixes False Wall Smoothing (FOR GOOD THIS TIME) (#26828)

* Fixes False Wall Smoothing (FOR GOOD THIS TIME)

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

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Contrabang
2024-09-25 20:14:18 -04:00
committed by GitHub
parent 59a3ede305
commit 902b898e45
@@ -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
*/