From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- data/objects/unique/1002_crowd.yaml | 2 +- data/objects/unique/1002_pilot.yaml | 2 +- data/objects/unique/1002_shuttle.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data/objects') 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 -- cgit v1.2.3