diff options
| author | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 19:59:14 -0400 |
| commit | 09d325dcf5e779eab5550d3fd3377bde50101428 (patch) | |
| tree | a433be903aabbf1d2eadce2aacdac12a9eb8dde0 /data/objects/tutorial_lever.yaml | |
| parent | 9184377301c2604e003f36426788c032fb0ca524 (diff) | |
| download | thehouseoficarus-09d325dcf5e779eab5550d3fd3377bde50101428.tar.gz | |
feat: unify on use, on look, and on kill. all support same conditions/actions now.
Diffstat (limited to 'data/objects/tutorial_lever.yaml')
| -rw-r--r-- | data/objects/tutorial_lever.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/objects/tutorial_lever.yaml b/data/objects/tutorial_lever.yaml index ffcfa07..73166bd 100644 --- a/data/objects/tutorial_lever.yaml +++ b/data/objects/tutorial_lever.yaml @@ -3,7 +3,7 @@ color: "FA" hidden: true inroom_description: "A stone lever protrudes from the base of the rock formation." description: "A weathered stone lever set into a metal bracket. It looks like it can be pulled." -use_interactions: +on_use: - condition: player_flag: unlocked_rock_cover value: 1 |
