Flipped poker table sprites and other flipped fixes

This commit is contained in:
Adrer
2020-10-27 02:59:27 +01:00
parent 4b1bf3d32a
commit 5d926c57e0
5 changed files with 2 additions and 0 deletions
@@ -69,6 +69,8 @@
base = "wood"
if(istype(src, /obj/structure/table/reinforced))
base = "rtable"
if(istype(src, /obj/structure/table/wood/poker))
base = "poker"
icon_state = "[base]flip[type][type == 1 ? subtype : ""]"