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/rooms | |
| 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/rooms')
| -rw-r--r-- | data/rooms/intro/1001.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index 93bf7ac..8960ea5 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -32,15 +32,8 @@ objects: hidden: true name: framed sign on_look: - credits: 0 - give_item: "" - heal: 0 - reputation_cost: 0 - set_global_flags: {} - set_player_flags: - 1001_look_sign: true - take_item: "" - teleport: 0 + - set_player_flags: + 1001_look_sign: true - description: - text: A sturdy, locked steel door that keeps passengers out of the cockpit. There is a tiny, thin window at eye level. hidden: true |
