You can now map in flipped tables (#26825)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-09-25 12:11:28 +02:00
committed by GitHub
parent 21cab7b26f
commit bc6a2fb593
@@ -100,6 +100,16 @@
if(flipped)
clear_smooth_overlays()
// Need to override this to allow flipped tables to be mapped in without the smoothing subsystem resetting the icon_state
/obj/structure/table/set_smoothed_icon_state(new_junction)
if(flipped)
return
..()
/obj/structure/table/flipped
icon_state = "tableflip0"
flipped = TRUE
/obj/structure/table/narsie_act()
new /obj/structure/table/wood(loc)
qdel(src)