mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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 : ""]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user