feat(content): dark dungeon needs the lit lamp

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-31 23:08:42 +02:00
parent 569cef20fe
commit 4ed1fa1010
3 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
name: Oil Lamp
description: An old oil lamp, heavy with fuel.
initialState: false
light: true
onText: The lamp flares to life, casting a warm glow.
offText: You snuff out the lamp.

View File

@@ -54,7 +54,8 @@
- id: dungeon
name: Dungeon
description: |
A dark, damp room. A rusty generator squats in the corner.
A cramped stone room, black as pitch. A rusty generator squats in the corner.
dark: true
exits:
north: kitchen
items: [generator]