Files
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

14 lines
313 B
Plaintext

# Mind Vision
{
".section buff" : {
"code": "
def(card_s, card)
card = hsl_cards_get_hand_random($deck_opponent);
if(card) {
hsl_add_new_card_hand($deck_player, card->entity->name, holder)
}
",
"target" : "$auto"
}
}