Merge pull request #14745 from Adrer/Flipped-Table-Sprites

Adds flipped poker table sprites (And fixes other flipped table sprite shenanigans)
This commit is contained in:
AffectedArc07
2020-10-29 14:28:31 +00:00
committed by GitHub
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 : ""]"