diff options
| author | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 15:40:48 -0400 |
| commit | abd612c15799f604e671e83dc7c410ed2b44185f (patch) | |
| tree | 0597ca92350de73aac2a7cf26b2f2d6595dac0cc /data/objects | |
| parent | 2725e2927a1595c7b100d942d1f14146252adeb7 (diff) | |
| download | thehouseoficarus-abd612c15799f604e671e83dc7c410ed2b44185f.tar.gz | |
slop refactor
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/unique/1002_crowd.yaml | 2 | ||||
| -rw-r--r-- | data/objects/unique/1002_pilot.yaml | 2 | ||||
| -rw-r--r-- | data/objects/unique/1002_shuttle.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/objects/unique/1002_crowd.yaml b/data/objects/unique/1002_crowd.yaml index 7ce41f2..78fcbfa 100644 --- a/data/objects/unique/1002_crowd.yaml +++ b/data/objects/unique/1002_crowd.yaml @@ -1,7 +1,7 @@ name: crowd of people aliases: [people, crowd, group, passengers] hidden: true -descriptions: +description: - condition: all_of: - player_flag: denali_intro_done diff --git a/data/objects/unique/1002_pilot.yaml b/data/objects/unique/1002_pilot.yaml index edf3a20..0127180 100644 --- a/data/objects/unique/1002_pilot.yaml +++ b/data/objects/unique/1002_pilot.yaml @@ -1,6 +1,6 @@ name: pilot hidden: true -descriptions: +description: - condition: all_of: - player_flag: denali_intro_done diff --git a/data/objects/unique/1002_shuttle.yaml b/data/objects/unique/1002_shuttle.yaml index 03296b3..29af09c 100644 --- a/data/objects/unique/1002_shuttle.yaml +++ b/data/objects/unique/1002_shuttle.yaml @@ -1,7 +1,7 @@ name: landing craft aliases: [shuttle, ship] hidden: true -descriptions: +description: - condition: player_flag: denali_intro_done not: true |
