From fc0a96fcb784fa04e1dcbf43dfa743470fca539e Mon Sep 17 00:00:00 2001 From: gahusb Date: Fri, 12 Jun 2026 13:57:41 +0900 Subject: [PATCH] =?UTF-8?q?fix(magician):=20Jobs=20prop=20=EC=84=A0?= =?UTF-8?q?=EC=96=B8=20=EB=88=84=EB=9D=BD=20(=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=206=EA=B1=B4=20=ED=95=B4=EC=86=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- RootDesk/MyDesk/SlayDeckController.codeblock | 7 +++++++ tools/deck/gen-slaydeck.mjs | 1 + 2 files changed, 8 insertions(+) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 74e4292..c49f59b 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -113,6 +113,13 @@ "Attributes": [], "Name": "JobOpts" }, + { + "Type": "any", + "DefaultValue": "nil", + "SyncDirection": 0, + "Attributes": [], + "Name": "Jobs" + }, { "Type": "any", "DefaultValue": "nil", diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 4327522..a94c85c 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -2361,6 +2361,7 @@ function writeCodeblocks() { prop('any', 'WarriorSelectHandler'), prop('any', 'MageSelectHandler'), prop('any', 'JobOpts'), + prop('any', 'Jobs'), prop('any', 'StartGameHandler'), prop('string', 'SelectedClass', '""'), prop('any', 'DrawPileHandler'),