fix: Keep ROCK tile after surface rock mining (Issue #48) #49

Merged
claude merged 1 commits from fix/rock-tile-preserved into master 2026-03-24 19:56:13 +00:00
Collaborator

Fixes #48.

What changed

  • Removed CHANGE_TILE ROCK to GRASS from the surface-rock harvest branch in VillagerSystem.tickWorking
  • ROCK tiles are now preserved after Nisse mine them -- the tile stays ROCK, only the resource node is removed
  • Empty ROCK tiles remain passable (no resource occupying them) and are valid placement spots for the Mine building
Fixes #48. ## What changed - Removed CHANGE_TILE ROCK to GRASS from the surface-rock harvest branch in VillagerSystem.tickWorking - ROCK tiles are now preserved after Nisse mine them -- the tile stays ROCK, only the resource node is removed - Empty ROCK tiles remain passable (no resource occupying them) and are valid placement spots for the Mine building
claude added 1 commit 2026-03-24 19:30:20 +00:00
CHANGE_TILE ROCK→GRASS removed from the surface-rock harvest branch.
Empty ROCK tiles are now passable (no resource on them) but remain ROCK,
so the mine building can still be placed on harvested rock ground.

Fixes #48

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tekki approved these changes 2026-03-24 19:53:59 +00:00
claude merged commit a6c2aa5309 into master 2026-03-24 19:56:13 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tekki/nissefolk#49
No description provided.