From 0db40167cfe8debc6dfcf59835144b100634758b Mon Sep 17 00:00:00 2001 From: casswedson <58050969+casswedson@users.noreply.github.com> Date: Sat, 30 Oct 2021 13:46:24 -0500 Subject: [PATCH] Fix a typo Removes an extra period --- data/json/scenarios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/scenarios.json b/data/json/scenarios.json index ecc563d59604e..55f21bf81a760 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -685,7 +685,7 @@ "id": "Mansion", "name": "Mansion Escape", "points": -1, - "description": "You were living the high life when the world ended, surrounded by riches and extravagant food every day, but now you find yourself awakening from an induced paralysis and carried to the basement of the mansion in which you used to live, heavy footsteps resound around you, are you ready to survive in this new world?.", + "description": "You were living the high life when the world ended, surrounded by riches and extravagant food every day, but now you find yourself awakening from an induced paralysis and carried to the basement of the mansion in which you used to live, heavy footsteps resound around you, are you ready to survive in this new world?", "allowed_locs": [ "sloc_mansion_basement" ], "start_name": "Mansion", "surround_groups": [ [ "GROUP_MANSION_START", 90.0 ], [ "GROUP_MANSION_ARMORED", 10.0 ] ],