From 4b0c9bf157a3a121fa4412474b06cee3e8add233 Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:49:55 +0200 Subject: [PATCH] Update SSet.yml --- api/functions/Duel/SSet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/functions/Duel/SSet.yml b/api/functions/Duel/SSet.yml index 1409df4..1577fe3 100644 --- a/api/functions/Duel/SSet.yml +++ b/api/functions/Duel/SSet.yml @@ -2,7 +2,7 @@ name: SSet namespace: Duel description: >- - Sets a card(s) to the Spell & Trap Card Zone or Field Zone. Can be used to Set Spells/Traps, as well as monsters with an effect that allows them to be Set in the Spell & Trap Zone (e.g. the "Artifact" monsters). + Sets a card(s) to the Spell & Trap Zone or Field Zone. Can be used to Set Spells/Traps, as well as monsters with an effect that allows them to be Set in the Spell & Trap Zone (e.g. the "Artifact" monsters). status: index: stable parameters: @@ -11,7 +11,7 @@ parameters: description: The player that is Setting the card(s). - name: targets type: [ Card, Group ] - description: The card(s) that will be Set. + description: The card(s) to Set. - name: target_player type: [ int ] description: The player in whose field the card(s) will be Set.