Skip to content

Commit fc1176f

Browse files
authored
Merge pull request #571 from MarioFan597/main
Updated Primus texture to George's version. Transforms in and out of blind.
2 parents edcf00b + dcdedbf commit fc1176f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

assets/1x/atlasexotic.png

14.2 KB
Loading

assets/2x/atlasexotic.png

56 KB
Loading

items/exotic.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ local primus = {
739739
if check then
740740
card.ability.extra.Emult =
741741
lenient_bignum(to_big(card.ability.extra.Emult) + card.ability.extra.Emult_mod)
742+
card.children.floating_sprite:set_sprite_pos({x = 8, y = 6})
742743
return {
743744
card_eval_status_text(card, "extra", nil, nil, nil, {
744745
message = localize("k_upgrade_ex"),
@@ -748,6 +749,7 @@ local primus = {
748749
end
749750
end
750751
if context.joker_main and (to_big(card.ability.extra.Emult) > to_big(1)) then
752+
card.children.floating_sprite:set_sprite_pos({x = 8, y = 6})
751753
return {
752754
message = localize({
753755
type = "variable",
@@ -760,6 +762,9 @@ local primus = {
760762
colour = G.C.DARK_EDITION,
761763
}
762764
end
765+
if context.end_of_round then
766+
card.children.floating_sprite:set_sprite_pos({x = 2, y = 4})
767+
end
763768
if context.forcetrigger then
764769
card.ability.extra.Emult = lenient_bignum(to_big(card.ability.extra.Emult) + card.ability.extra.Emult_mod)
765770
return {
@@ -785,7 +790,7 @@ local primus = {
785790
end,
786791
cry_credits = {
787792
idea = { "Jevonn" },
788-
art = { "Jevonn" },
793+
art = { "George the Rat" },
789794
code = { "Jevonn" },
790795
},
791796
}

0 commit comments

Comments
 (0)