This commit is contained in:
33333-33333 2026-06-28 13:40:41 +09:00
commit f500279abd
93 changed files with 1893 additions and 1198 deletions

View file

@ -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");