From 639c723bbde89177e9f69f1e48db68117f6480de Mon Sep 17 00:00:00 2001 From: Samuel Dweller Date: Sat, 4 Jun 2022 22:25:02 -0500 Subject: [PATCH] Added "is" --- src/game/maps/Newtown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/maps/Newtown.ts b/src/game/maps/Newtown.ts index 2658f8f..7dfb1b0 100644 --- a/src/game/maps/Newtown.ts +++ b/src/game/maps/Newtown.ts @@ -205,7 +205,7 @@ export const Newtown = (): Place => { executor.removeEffect(effect) }) executor.destroyed = false - return new LogLine(`Your party healthy again`) + return new LogLine(`Your party is healthy again`) } ) )