aboutsummaryrefslogtreecommitdiff
path: root/data/objects/aps_tower.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 22:15:54 -0400
committerhistoria <[not public]>2026-07-09 22:15:54 -0400
commitecba7f726f70b37126d852c38c7e3eec7b04d730 (patch)
tree9129215c6e5015336fde1116395336d82bb952d1 /data/objects/aps_tower.yaml
parentb3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (diff)
downloadthehouseoficarus-ecba7f726f70b37126d852c38c7e3eec7b04d730.tar.gz
feat: old standalone trigger systems completely unified into trigger->condition->action system
Diffstat (limited to 'data/objects/aps_tower.yaml')
-rw-r--r--data/objects/aps_tower.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/data/objects/aps_tower.yaml b/data/objects/aps_tower.yaml
index 4b54d9d..b872cae 100644
--- a/data/objects/aps_tower.yaml
+++ b/data/objects/aps_tower.yaml
@@ -4,8 +4,7 @@ description:
inroom_description: An APS Tower looms here, its beacon pulsing steadily.
name: APS Tower
on_use:
- - action:
- aps_node: true
- messages:
- - delay: 0
- message: You connect your datapad to the APS Tower. Coordinates triangulated and stored.
+ - steps:
+ - aps_node: true
+ messages:
+ - You connect your datapad to the APS Tower. Coordinates triangulated and stored.