diff options
| author | historia <[not public]> | 2026-06-26 02:52:31 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-26 02:52:31 -0400 |
| commit | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (patch) | |
| tree | 65610fa4fb8abe1dc7a46d00658e85e0525d397c /data/objects/unique/1002_crowd.yaml | |
| parent | e2d5b081f27141bb3dd89dbe595860b8a1345d55 (diff) | |
| download | thehouseoficarus-3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5.tar.gz | |
feat: simplified conversation trees and output won't overwrite prompts now
Diffstat (limited to 'data/objects/unique/1002_crowd.yaml')
| -rw-r--r-- | data/objects/unique/1002_crowd.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/objects/unique/1002_crowd.yaml b/data/objects/unique/1002_crowd.yaml index 78fcbfa..5d0105d 100644 --- a/data/objects/unique/1002_crowd.yaml +++ b/data/objects/unique/1002_crowd.yaml @@ -1,17 +1,17 @@ name: crowd of people -aliases: [people, crowd, group, passengers] +aliases: [line, group, passengers] hidden: true description: - condition: all_of: - - player_flag: denali_intro_done + - player_flag: 1002_intro_done not: true - - player_flag: denali_lined_up - text: "The passengers have sorted themselves into a single-file line, tickets clutched in hand, shuffling toward the craft." + - player_flag: 1002_lined_up + text: "A mass of people still onto the crowded platform, blocking your exit!" - condition: all_of: - - player_flag: denali_intro_done + - player_flag: 1002_intro_done not: true - - player_flag: denali_lined_up + - player_flag: 1002_lined_up not: true - text: "A couple dozen anxious passengers mill about the pad, glancing between you and the small building to the north." + text: "A dozen or so passengers ready to leave, all with luggage. Their eyes are a mix of impatience, anxiety, and perhaps suspicion." |
