Files
hsmod_original/hm_gameserver/script/mechanics/cards/CS2_022.card
T
2024-04-15 15:50:41 +02:00

11 lines
187 B
Plaintext

# Polymorph
{
".section buff" : {
"code": "
hsl_transform($deck_player, $attacker, $defender, \"CS2_tk1\");
",
"target": "$enemy_minions"
}
}