This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix healing not un-destroying the player
master
Fen Dweller
5 years ago
parent
04ec1bd5cf
commit
2c6695ba12
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/game/maps/town.ts
+ 1
- 0
src/game/maps/town.ts
View File
@@ -219,6 +219,7 @@ export const Town = (): Place => {
executor.statusEffects.forEach(effect => {
executor.removeEffect(effect)
})
executor.destroyed = false
return new LogLine(`You're healthy again`)
}
)
Write
Preview
Loading…
Cancel
Save