diff --git a/content/_schema/dialogue-pool.schema.json b/content/_schema/dialogue-pool.schema.json index de3ee9aee..f34e466f2 100644 --- a/content/_schema/dialogue-pool.schema.json +++ b/content/_schema/dialogue-pool.schema.json @@ -65,7 +65,8 @@ "enum": [ "arrival", "shift_start", "shift_end", "shift_transition", "bar_evening", "night_shift", "investigation", "confrontation", - "social", "alone", "emergency", "routine", "observation" + "social", "alone", "emergency", "routine", "observation", + "greeting" ] }, "minItems": 1, @@ -90,7 +91,8 @@ "type": "string", "enum": [ "fond", "comfortable", "worried", "suspicious", - "analytical", "conflicted", "concerned", "relieved" + "analytical", "conflicted", "concerned", "relieved", + "focused" ] }, "uniqueItems": true,