Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 17:06:25 +00:00
parent 622471e7a3
commit 64047f8e5b
38 changed files with 908 additions and 604 deletions

View File

@@ -1674,7 +1674,7 @@ Therefore, this class is considered to be deprecated</p>
<hr/>
<h1>1) <a href="##(ACT_ASSIGN_ACCEPT)">#ACT_ASSIGN_ACCEPT</a> class, extends <a href="Core.Fsm.Assign.html##(ACT_ASSIGN)">Core.Fsm.Assign#ACT_ASSIGN</a></h1>
<h1>1) <a href="##(ACT_ASSIGN_ACCEPT)">#ACT_ASSIGN_ACCEPT</a> class, extends <a href="Core.Fsm.html##(ACT_ASSIGN)">Core.Fsm#ACT_ASSIGN</a></h1>
<p>The ACT_ASSIGN_ACCEPT class accepts by default a task for a player. No player intervention is allowed to reject the task.</p>
@@ -1686,7 +1686,7 @@ Therefore, this class is considered to be deprecated</p>
<hr/>
<h1>2) <a href="##(ACT_ASSIGN_MENU_ACCEPT)">#ACT_ASSIGN_MENU_ACCEPT</a> class, extends <a href="Core.Fsm.Assign.html##(ACT_ASSIGN)">Core.Fsm.Assign#ACT_ASSIGN</a></h1>
<h1>2) <a href="##(ACT_ASSIGN_MENU_ACCEPT)">#ACT_ASSIGN_MENU_ACCEPT</a> class, extends <a href="Core.Fsm.html##(ACT_ASSIGN)">Core.Fsm#ACT_ASSIGN</a></h1>
<p>The ACT_ASSIGN_MENU_ACCEPT class accepts a task when the player accepts the task through an added menu option.
This assignment type is useful to conditionally allow the player to choose whether or not he would accept the task.