Browse Source

Added "is"

master
Samuel Dweller 3 years ago
parent
commit
639c723bbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/game/maps/Newtown.ts

+ 1
- 1
src/game/maps/Newtown.ts View File

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


Loading…
Cancel
Save