We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11705d commit 75e1ebdCopy full SHA for 75e1ebd
lovely/cat.toml
@@ -194,7 +194,9 @@ position = "at"
194
payload = '''
195
local tagatlas = G.ASSET_ATLAS[(not self.hide_ability) and G.P_TAGS[self.key].atlas or "tags"]
196
if self.ability.shiny and not self.hide_ability then
197
- if not G.P_TAGS[self.key].atlas then
+ 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
200
tagatlas = G.ASSET_ATLAS['cry_shinyv']
201
elseif G.P_TAGS[self.key].atlas == 'cry_tag_cry' then
202
tagatlas = G.ASSET_ATLAS['cry_shinyc']
0 commit comments