diff options
| author | historia <[not public]> | 2026-07-10 15:44:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 15:44:14 -0400 |
| commit | 18d46f9c336d37d0282eb7191bb7ff930163d18f (patch) | |
| tree | 91a7fc84fb5dff3af31672a28820b373e91f3224 /data | |
| parent | 6adb8ddd28f2b3370f001bfe8cd54656b5d097ce (diff) | |
| download | thehouseoficarus-18d46f9c336d37d0282eb7191bb7ff930163d18f.tar.gz | |
feat: equal-sized buttons for conditions/actions
Diffstat (limited to 'data')
| -rw-r--r-- | data/.admin_history.json | 1 | ||||
| -rw-r--r-- | data/rooms/intro/1008.yaml | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/data/.admin_history.json b/data/.admin_history.json deleted file mode 100644 index e52cecc..0000000 --- a/data/.admin_history.json +++ /dev/null @@ -1 +0,0 @@ -{"history":[{"time":"2026-07-10T15:13:13-04:00","description":"update room 1008","file_path":"data/rooms/intro/1008.yaml","old_content":"block_transport: false\ncolor: D3\ndescription: []\nexits:\n east:\n room: 1009\n south:\n always_blocked: false\n blocked_message: \"\"\n condition: null\n hidden: false\n room: 1007\nhazard: \"\"\nid: 1008\nitem_spawns: []\nmobs: []\nname: 'Room #1008'\nobjects: []\non_enter:\n - steps:\n - messages:\n - dsadasdsa\non_exit:\n - steps: []\n","new_content":"block_transport: false\ncolor: D3\ndescription: []\nexits:\n east:\n room: 1009\n south:\n always_blocked: false\n blocked_message: \"\"\n condition: null\n hidden: false\n room: 1007\nhazard: \"\"\nid: 1008\nitem_spawns: []\nmobs: []\nname: 'Room #1008'\nobjects: []\non_enter:\n - steps:\n - messages:\n - dsadasdsa\non_exit:\n - steps: []\n","is_delete":false,"is_create":false}],"redo":null}
\ No newline at end of file diff --git a/data/rooms/intro/1008.yaml b/data/rooms/intro/1008.yaml index 5e80780..a66b352 100644 --- a/data/rooms/intro/1008.yaml +++ b/data/rooms/intro/1008.yaml @@ -17,8 +17,6 @@ mobs: [] name: 'Room #1008' objects: [] on_enter: - - steps: - - messages: - - dsadasdsa + - steps: [] on_exit: - steps: [] |
