--
This commit is contained in:
parent
5ed977788c
commit
f500279abd
93 changed files with 1893 additions and 1198 deletions
|
|
@ -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`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue