a
This commit is contained in:
parent
d163ceb291
commit
f6d7412744
94 changed files with 3836 additions and 1226 deletions
|
|
@ -145,6 +145,9 @@ function clearForcedBehaviorQueue(tarinai, predicate = null) {
|
|||
}
|
||||
|
||||
function behaviorText(tarinai) {
|
||||
if (tarinai?.state === "build_memorial") return "親しいたりないの墓を作っている。";
|
||||
if (tarinai?.state === "mourn_grave") return "親しいたりないの墓が壊されて泣いている。";
|
||||
if (tarinai?.state === "bell_call") return "呼び鈴の鳴った場所に集まっている。";
|
||||
const b = currentTarinaiBehavior(tarinai);
|
||||
if (!b) return "";
|
||||
const state = String(tarinai.state || "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue