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
Added reward for encounters
master
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