Skip to content

Commit 75e1ebd

Browse files
committed
shiny tag crossmod
1 parent d11705d commit 75e1ebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lovely/cat.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ position = "at"
194194
payload = '''
195195
local tagatlas = G.ASSET_ATLAS[(not self.hide_ability) and G.P_TAGS[self.key].atlas or "tags"]
196196
if self.ability.shiny and not self.hide_ability then
197-
if not G.P_TAGS[self.key].atlas then
197+
if G.P_TAGS[self.key].shiny_atlas then
198+
tagatlas = G.ASSET_ATLAS[G.P_TAGS[self.key].shiny_atlas]
199+
elseif not G.P_TAGS[self.key].atlas then
198200
tagatlas = G.ASSET_ATLAS['cry_shinyv']
199201
elseif G.P_TAGS[self.key].atlas == 'cry_tag_cry' then
200202
tagatlas = G.ASSET_ATLAS['cry_shinyc']

0 commit comments

Comments
 (0)