From 6e9e2875a38649996532019130f57510c7b785b2 Mon Sep 17 00:00:00 2001 From: jkraybill Date: Wed, 29 Jan 2020 04:34:55 +1100 Subject: [PATCH] added period to warrener dialogue line. (#37461) --- 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 434f7ac346a90..69577816daba9 100644 --- a/data/json/npcs/holdouts/Mr_Lapin.json +++ b/data/json/npcs/holdouts/Mr_Lapin.json @@ -86,7 +86,7 @@ "no": "CRISPR? Radiation? Something in the water? Maybe it was bunnies." }, "responses": [ - { "text": "So it goes", "topic": "TALK_WARRENER" }, + { "text": "So it goes.", "topic": "TALK_WARRENER" }, { "text": "You're disgusting.", "topic": "TALK_WARRENER_MUTATION_INSULT" } ] },