From c2f0882791a92f880cf4b9e29e350195fb9d08d5 Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:00:00 +0200 Subject: [PATCH] Update IsMonsterCard.yml --- api/functions/Card/IsMonsterCard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/functions/Card/IsMonsterCard.yml b/api/functions/Card/IsMonsterCard.yml index 7842186..9f6325b 100644 --- a/api/functions/Card/IsMonsterCard.yml +++ b/api/functions/Card/IsMonsterCard.yml @@ -13,4 +13,4 @@ returns: description: >- `true` if the card is originally a Monster Card, `false` otherwise. status: { index: stable } -tags: [ card-check, card-type-related ] \ No newline at end of file +tags: [ card-check, card-type-related, original-property ]