aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-29 01:57:32 -0400
committerhistoria <[not public]>2026-06-29 01:57:32 -0400
commit72dbe734015916f98020d6a617981956f0509e26 (patch)
tree52dbe055604fe37fa995d8dea60a27441102320d /data
parent12ed73f9ff9de1a145683de8a73c170613371979 (diff)
downloadthehouseoficarus-72dbe734015916f98020d6a617981956f0509e26.tar.gz
fix: room addlocalobj command handles multi-word names and aliases
Diffstat (limited to 'data')
-rw-r--r--data/help/room.yaml4
-rw-r--r--data/rooms/intro/1004.yaml3
2 files changed, 3 insertions, 4 deletions
diff --git a/data/help/room.yaml b/data/help/room.yaml
index c5c18b0..7965374 100644
--- a/data/help/room.yaml
+++ b/data/help/room.yaml
@@ -7,8 +7,8 @@ description: |-
desc <text> — set room description
addobj <object_id> — add a referenced object
remobj <object_id> — remove a referenced object
- addlocalobj <name> <description> — add a local object
- remlocalobj <name> — remove a local object
+ addlocalobj [name, alias...] <description> — add a local object
+ remlocalobj [name]|<name> — remove a local object
hide <name_or_id> — hide all matching objects
unhide <name_or_id> — unhide all matching objects
addmob <mob_id> — add a mob spawn
diff --git a/data/rooms/intro/1004.yaml b/data/rooms/intro/1004.yaml
index 72cc0e2..45bb882 100644
--- a/data/rooms/intro/1004.yaml
+++ b/data/rooms/intro/1004.yaml
@@ -1,4 +1,4 @@
-id: 0
+id: 1004
name: New Room
color: ""
description:
@@ -6,7 +6,6 @@ description:
exits:
south:
room: 1003
-objects: []
item_spawns: []
mobs: []
on_enter: []