mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
You can now map in flipped tables (#26825)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user