Sandals with socks PR: colorable repalette (#21650)

Changes:  
> - imageadd: "Made sandal sprites use a standardised colorable
palette."
> - rscdel: "Removed flip flops due to the sprite being identical to
geta sandals."
>  - bugfix: "Fixes caligae (sock) sprite for Unathi."

The Unathi caligae (sock) sprite had its directional variants done
wrong, so all directions but the front facing used only the accent
color.
Changes are not substantial enough for any images of changes.
This commit is contained in:
ElorgRHG
2025-12-19 21:21:17 +01:00
committed by GitHub
parent 068352fa46
commit 045020fbfa
4 changed files with 15 additions and 7 deletions
@@ -79,7 +79,6 @@
var/list/sandals = list()
sandals["sandals"] = /obj/item/clothing/shoes/sandals
sandals["rubber clogs"] = /obj/item/clothing/shoes/sandals/clogs
sandals["flip flops"] = /obj/item/clothing/shoes/sandals/flipflop
sandals["geta"] = /obj/item/clothing/shoes/sandals/geta
gear_tweaks += new /datum/gear_tweak/path(sandals)