This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
feast
Watch
1
Star
0
Fork
2
Code
Issues
2
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Added "is"
pull/2/head
Samuel Dweller
4 years ago
parent
a28feda5a6
commit
639c723bbd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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`)
}
)
)
Write
Preview
Loading…
Cancel
Save