H3: retire manual harvest commands

Removes !forage / !mine / !scavenge / !fish / !essence / !commune from
the command surface. Typing one now returns a one-line deprecation DM
pointing at the auto-harvest flow ("Harvest is automatic now — just
walk."). The internal handleHarvestCmd / handleStandaloneHarvest paths
are left in place; operator deletes after soak per plan §H3.

Help text and the supplies-low autopilot pause line no longer mention
the manual verbs.
This commit is contained in:
prosolis
2026-05-17 16:20:10 -07:00
parent 68b2122e13
commit e05da913c4
4 changed files with 11 additions and 27 deletions

View File

@@ -375,7 +375,7 @@ func renderAdvMorningDM(userID id.UserID, equip map[EquipmentSlot]*AdvEquipment,
sb.WriteString("**🗺️ Adventure** — head into a zone:\n")
sb.WriteString("• `!expedition` — overview & open expeditions\n")
sb.WriteString("• `!expedition start <zone>` — begin a new run\n")
sb.WriteString("• `!forage` · `!mine` · `!scavenge` · `!fish` · `!essence` · `!commune` — harvest in cleared rooms\n")
sb.WriteString("• Harvest is automatic — yields land as you walk through cleared rooms.\n")
sb.WriteString("\n")
sb.WriteString("**🏘️ In town:**\n")