diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/rooms/intro | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/rooms/intro')
| -rw-r--r-- | data/rooms/intro/1001.yaml | 7 | ||||
| -rw-r--r-- | data/rooms/intro/2001.yaml | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index defd1b1..66e8b4a 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -32,10 +32,7 @@ objects: hidden: true name: framed sign on_look: - aps_node: false - assign_task: false - cost: 0 - extend_task: false + credits: 0 give_item: "" heal: 0 reputation_cost: 0 @@ -43,8 +40,6 @@ objects: set_flags: {} set_player_flags: 1001_look_sign: true - shop: null - skip_task: false take_item: "" teleport: 0 - description: diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index 9977a79..842c94c 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -25,6 +25,7 @@ item_spawns: respawn_ticks: 1 mobs: - id: man + - id: flight_attendant_copy name: Test Room objects: - aliases: [] |
