mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user