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

@ -141,7 +141,7 @@ function continueBuildPlan(t, world, dt) {
}
const addedStructure = world.addItem?.(structure, `build:${plan.type}`) || (world.items.push(structure), structure);
if (!addedStructure) {
return stopFailedBuildPlan(t, world, plan.type, "作る場所が見つからない");
return stopFailedBuildPlan(t, world, plan.type, "\u4f5c\u308b\u5834\u6240\u304c\u898b\u3064\u304b\u3089\u306a\u3044");
}
structure.use?.(t, world);
forceBuiltStructureVisualRefresh(world, structure, `build:${plan.type}:visual-refresh`);