From d3eb92a7a59a44a26d3c9b54c226f690837ac7ed Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:35:45 +0200 Subject: [PATCH] Update IsMonster.yml --- api/functions/Card/IsMonster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/functions/Card/IsMonster.yml b/api/functions/Card/IsMonster.yml index 4a72eb0..ba07395 100644 --- a/api/functions/Card/IsMonster.yml +++ b/api/functions/Card/IsMonster.yml @@ -11,6 +11,6 @@ parameters: returns: - type: [ bool ] description: >- - `true` if the card is currently a monster, otherwise `false`. + `true` if the card is currently a monster, otherwise `false`. status: { index: stable } tags: [ card-check, card-type-related ]