This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
feast
Watch
1
Star
0
Fork
1
Code
Issues
2
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Added reward for encounters
pull/2/head
Samuel Dweller
3 years ago
parent
639c723bbd
commit
2e08e271b9
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/combat.ts
+ 1
- 0
src/game/combat.ts
View File
@@ -685,6 +685,7 @@ export class Encounter {
initiatives: Map<Creature, number>
currentMove: Creature
turnTime = 100
reward = 50 //Gold
constructor (public desc: EncounterDesc, public combatants: Creature[]) {
this.initiatives = new Map()
Write
Preview
Loading…
Cancel
Save