From 12d91781dbd7feb88998a3cca622057a9c037332 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 8 Mar 2023 12:34:20 -0500 Subject: [PATCH] v2.0.0: fixed missing periods in feint failure text --- core/src/main/assets/messages/actors/actors.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/assets/messages/actors/actors.properties b/core/src/main/assets/messages/actors/actors.properties index 64fe8d321..dc321953c 100644 --- a/core/src/main/assets/messages/actors/actors.properties +++ b/core/src/main/assets/messages/actors/actors.properties @@ -491,8 +491,8 @@ actors.hero.abilities.duelist.elementalstrike.desc=The Duelist strikes an enemy actors.hero.abilities.duelist.elementalstrike.generic_desc=An elemental strike with no enchantment will release a small burst of magic, dealing 5-10 damage to all enemies in range. actors.hero.abilities.duelist.feint.name=feint actors.hero.abilities.duelist.feint.prompt=Choose a location to dash to -actors.hero.abilities.duelist.feint.too_far=That location is not adjacent to you -actors.hero.abilities.duelist.feint.bad_location=You can't move to that location +actors.hero.abilities.duelist.feint.too_far=That location is not adjacent to you. +actors.hero.abilities.duelist.feint.bad_location=You can't move to that location. actors.hero.abilities.duelist.feint.short_desc=The Duelist _Feints_, faking an attack while dashing to an adjacent tile. Enemies will attack her afterimage, leaving them open to a counterattack. actors.hero.abilities.duelist.feint.desc=The Duelist fakes an attack while dashing to an adjacent tile, leaving behind a momentary afterimage of herself. Enemies that were attacking the Duelist will attack her afterimage instead.\n\nEnemies that attack the afterimage become confused, which cancels their next action and leaves them open to a surprise attack.