--
This commit is contained in:
parent
5ed977788c
commit
f500279abd
93 changed files with 1893 additions and 1198 deletions
|
|
@ -48,7 +48,7 @@ function consumeBehaviorTarget(t, world, target, role = "food", dt = 0.12) {
|
|||
}
|
||||
|
||||
if ((role === "drink" || role === "medicine") && isDuplicatorFoodSource(target) && foodType === "water") {
|
||||
const text = "複製機の水滴を飲んでいる";
|
||||
const text = "\u8907\u88fd\u6a5f\u306e\u6c34\u6ef4\u3092\u98f2\u3093\u3067\u3044\u308b";
|
||||
t.setActionState?.("seek_water", { target, reason: text, sleeping: false });
|
||||
t.thought = text;
|
||||
t.applyWaterEffect?.(0.55, "water");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue