mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user