rimlike/scenes/ai
megaproxy c6c88acc47 sow no longer needs grain + add crop zone paint tools
Bug: pawns weren't replanting. _find_sow required a TYPE_GRAIN item
as seed, but Millstone's flour bill (FOREVER) consumed all grain
before sow could claim it. With CookingProvider now priority 6, grain
contention is fatal — TILLED crops sit forever.

Fix: removed the grain requirement. Sow is now Rimworld-style — the
designation triggers work; no input is consumed. _find_sow returns a
2-toil job (walk → interact). Crop.on_sow_tick just flips stage to
SOWN.

Feature: 4 new paint tools in BuildDrawer's new "Farm" section column
— TOOL_PAINT_CROP_WHEAT/POTATO/CORN/STRAWBERRY. Painting a grass
tile spawns a TILLED Crop entity that pawns then sow. World rejects
non-grass tiles, occupied tiles, and non-walkable terrain. 9 new
string keys, kind-specific thumbnail draws (gold/tan/yellow/red).

MCP verified: 12 forced-TILLED crops fully cycled TILLED → SOWN →
growth → READY within ~3000 ticks. Paint tool spawned wheat crop at
(35, 30); wall tile at (44, 23) correctly rejected.

Followup smell: cancelling a designation on a player-painted crop
will queue_free even if grown — Crop has no can_complete. Future
guard could skip crops past TILLED.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 21:29:00 +01:00
..
bill.gd
bill.gd.uid
chop_provider.gd Chop/mine designation gate + reachability gates on Doctor & Eat 2026-05-15 14:53:50 +01:00
chop_provider.gd.uid
cleaning_provider.gd sprint A cleanup: accessibility, signals, race, debris 2026-05-16 18:38:14 +01:00
cleaning_provider.gd.uid
construction_provider.gd ConstructionProvider: skip unreachable build sites 2026-05-15 15:09:19 +01:00
construction_provider.gd.uid
cooking_provider.gd split CookingProvider out of CraftingProvider — fixes starvation 2026-05-16 21:18:26 +01:00
crafting_provider.gd split CookingProvider out of CraftingProvider — fixes starvation 2026-05-16 21:18:26 +01:00
crafting_provider.gd.uid
decision.gd split CookingProvider out of CraftingProvider — fixes starvation 2026-05-16 21:18:26 +01:00
decision.gd.uid
doctor_provider.gd Chop/mine designation gate + reachability gates on Doctor & Eat 2026-05-15 14:53:50 +01:00
doctor_provider.gd.uid
eat_provider.gd Chop/mine designation gate + reachability gates on Doctor & Eat 2026-05-15 14:53:50 +01:00
eat_provider.gd.uid
hauling_provider.gd fix six critical bugs from audit sprint 2026-05-16 18:06:55 +01:00
hauling_provider.gd.uid
job.gd sprint A cleanup: accessibility, signals, race, debris 2026-05-16 18:38:14 +01:00
job.gd.uid
job_runner.gd sprint A cleanup: accessibility, signals, race, debris 2026-05-16 18:38:14 +01:00
job_runner.gd.uid
mine_provider.gd Chop/mine designation gate + reachability gates on Doctor & Eat 2026-05-15 14:53:50 +01:00
mine_provider.gd.uid
plant_provider.gd sow no longer needs grain + add crop zone paint tools 2026-05-16 21:29:00 +01:00
plant_provider.gd.uid
quality.gd
quality.gd.uid
recipe.gd add iron/gold smelting + disambiguate workbench-vs-recipe 2026-05-16 18:45:11 +01:00
recipe.gd.uid
recipe_catalog.gd disambiguate cremate_corpse + quarry_stone 2026-05-16 19:52:41 +01:00
recipe_catalog.gd.uid
sleep_provider.gd sleep_provider deconflicts beds against other pawns' targets 2026-05-16 18:29:19 +01:00
sleep_provider.gd.uid
status.gd fix six critical bugs from audit sprint 2026-05-16 18:06:55 +01:00
status.gd.uid
status_catalog.gd fix six critical bugs from audit sprint 2026-05-16 18:06:55 +01:00
status_catalog.gd.uid
thought.gd
thought.gd.uid
thought_catalog.gd fix six critical bugs from audit sprint 2026-05-16 18:06:55 +01:00
thought_catalog.gd.uid
toil.gd fix six critical bugs from audit sprint 2026-05-16 18:06:55 +01:00
toil.gd.uid
wolf_spawner.gd Phase 17/18 closure: stockpile filter UI + day summary + atmospheric audio 2026-05-16 17:20:40 +01:00
wolf_spawner.gd.uid
work_provider.gd
work_provider.gd.uid