Reinforced walls no longer lose smoothing upon being hit (#31700)

This commit is contained in:
DGamerL
2026-02-27 19:37:26 +00:00
committed by GitHub
parent c943d40afc
commit ccdce84031
@@ -225,7 +225,7 @@
icon_state = "r_wall-[d_state]"
smoothing_flags = NONE
else
smoothing_flags = SMOOTH_BITMASK
smoothing_flags = SMOOTH_BITMASK | SMOOTH_OBJ
icon_state = "[base_icon_state]-[smoothing_junction]"
QUEUE_SMOOTH_NEIGHBORS(src)
QUEUE_SMOOTH(src)