Update fuel barrel message to reference boiling whale blubber

Changed message to clarify fuel is for cooking whale oil,
not for running the ship.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Richter
2025-12-17 03:46:29 +01:00
parent a17500dff4
commit 810377b76d

View File

@@ -59,7 +59,7 @@ export default class ShipDeckScene extends Phaser.Scene {
}).setOrigin(0.5);
fuelBarrel.on('pointerdown', () => {
this.showMessage(`Fuel barrel: ${this.inventory.fuel} units remaining. This keeps the ship running.`);
this.showMessage(`Fuel barrel: ${this.inventory.fuel} units remaining. Needed for boiling down whale blubber.`);
});
// Whale oil barrel