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`) } ) )