mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
paint overlay parity (#36868)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
/turf/proc/get_paint_state()
|
||||
var/paint_icon_state = icon_state
|
||||
switch (icon)
|
||||
if ('icons/turf/floors_wood.dmi')
|
||||
paint_icon_state = "wood_[icon_state]"
|
||||
if ('icons/turf/nfloors.dmi')
|
||||
paint_icon_state = "floor"
|
||||
if ('icons/turf/snow.dmi')
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 607 KiB After Width: | Height: | Size: 674 KiB |
Reference in New Issue
Block a user