From cbe4467cd180478a196e244437860b293cd52cc0 Mon Sep 17 00:00:00 2001 From: Zlorthishen <79779913+Zlorthishen@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:24:49 -0600 Subject: [PATCH 1/2] Update Mr_Lapin.json --- data/json/npcs/holdouts/Mr_Lapin.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/data/json/npcs/holdouts/Mr_Lapin.json b/data/json/npcs/holdouts/Mr_Lapin.json index 836c68d74e48..5daee4cedea8 100644 --- a/data/json/npcs/holdouts/Mr_Lapin.json +++ b/data/json/npcs/holdouts/Mr_Lapin.json @@ -33,8 +33,11 @@ [ "GOODHEARING", 100 ], [ "DEFT", 100 ], [ "ANIMALEMPATH2", 100 ], - [ "LIGHTFUR", 100 ], - [ "HOOVES", 100 ] + [ "RABBIT_NOSE", 100 ], + [ "RABBIT_FUR", 100 ], + [ "TAIL_RABBIT", 100 ], + [ "RABBIT_EARS", 100 ], + [ "THRESH_RABBIT", 100 ] ] }, { @@ -46,7 +49,7 @@ { "text": "What are you doing here?", "topic": "TALK_WARRENER_DOING" }, { "text": "Heard anything about the outside world?", "topic": "TALK_WARRENER_WORLD" }, { "text": "You look different?", "topic": "TALK_WARRENER_MUTATION" }, - { "text": "Anything I can help with?", "topic": "TALK_MISSION_LIST" }, + { "text": "Anything I can help with?", "topic": "TALK_MISSION_LIST" }, { "text": "Well, bye.", "topic": "TALK_DONE" } ] }, @@ -81,7 +84,7 @@ "type": "talk_topic", "id": "TALK_WARRENER_MUTATION", "dynamic_line": { - "u_has_any_trait": [ "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ], + "u_has_any_trait": [ "RABBIT_EARS", "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ], "yes": "Same way you got yours, I bet.", "no": "CRISPR? Radiation? Something in the water? Maybe it was bunnies." }, @@ -94,7 +97,7 @@ "type": "talk_topic", "id": "TALK_WARRENER_MUTATION_INSULT", "dynamic_line": { - "u_has_any_trait": [ "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ], + "u_has_any_trait": [ "RABBIT_EARS", "CANINE_EARS", "LUPINE_EARS", "FELINE_EARS", "URSINE_EARS", "ELFA_EARS", "LIGHTFUR" ], "yes": "I'm very sorry to tell you this, but you should look in a mirror.", "no": "Insulting people who could help you is unlikely to aid survival." }, From 134dde8528219253e216d02044532c3aa97326fb Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 02:27:19 +0000 Subject: [PATCH 2/2] style(autofix.ci): automated formatting --- data/json/npcs/holdouts/Mr_Lapin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/npcs/holdouts/Mr_Lapin.json b/data/json/npcs/holdouts/Mr_Lapin.json index 5daee4cedea8..0268e69b7fdc 100644 --- a/data/json/npcs/holdouts/Mr_Lapin.json +++ b/data/json/npcs/holdouts/Mr_Lapin.json @@ -49,7 +49,7 @@ { "text": "What are you doing here?", "topic": "TALK_WARRENER_DOING" }, { "text": "Heard anything about the outside world?", "topic": "TALK_WARRENER_WORLD" }, { "text": "You look different?", "topic": "TALK_WARRENER_MUTATION" }, - { "text": "Anything I can help with?", "topic": "TALK_MISSION_LIST" }, + { "text": "Anything I can help with?", "topic": "TALK_MISSION_LIST" }, { "text": "Well, bye.", "topic": "TALK_DONE" } ] },