Nerf afterimage

This commit is contained in:
Emik 2026-02-17 20:11:04 +01:00
parent bb27a2cdb5
commit 61a6954546
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -39,7 +39,7 @@ spectral {
key = "afterimage", key = "afterimage",
pronouns = "he_they", pronouns = "he_they",
artist = "aster", artist = "aster",
config = {extra = {amount = 1, hand = -1}}, config = {extra = {amount = 1, hand = -2}},
loc_vars = function(_, info_queue, card) loc_vars = function(_, info_queue, card)
table.insert(info_queue, G.P_CENTERS.e_negative) table.insert(info_queue, G.P_CENTERS.e_negative)
return {vars = {card.ability.extra.amount, card.ability.extra.hand}} return {vars = {card.ability.extra.amount, card.ability.extra.hand}}