Reset progression button
All checks were successful
Release Creation / build (release) Successful in 1m31s
All checks were successful
Release Creation / build (release) Successful in 1m31s
This commit is contained in:
@ -87,6 +87,11 @@ export class LethalFantasyCombat extends Combat {
|
||||
return this;
|
||||
}
|
||||
|
||||
resetProgression(cId) {
|
||||
let c = this.combatants.get(cId);
|
||||
c.update({ 'system.progressionCount': 0 });
|
||||
}
|
||||
|
||||
async nextTurn() {
|
||||
console.log("NEXT TURN");
|
||||
|
||||
|
Reference in New Issue
Block a user