あ
This commit is contained in:
parent
8f9f5b5100
commit
f1c3af2b89
49 changed files with 989 additions and 310 deletions
|
|
@ -350,7 +350,7 @@ function processForcedBehaviorQueue(tarinai, world, needs) {
|
|||
tarinai.sleepSession = null;
|
||||
}
|
||||
}
|
||||
const started = startNeedAction(tarinai, world, choice, action, reasonText, {
|
||||
const started = globalThis.TarinaiNeedsRuntime?.startNeedAction?.(tarinai, world, choice, action, reasonText, {
|
||||
forced: true,
|
||||
forcedId: entry.uid,
|
||||
forcedReasonText: entry.reasonText || reasonText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue