adjust to id change
This commit is contained in:
@@ -4,7 +4,7 @@ import { M5EwResult, M5RollData, M5RollResult, M5SkillUnlearned } from "../M5Bas
|
||||
|
||||
export class M5Roll {
|
||||
// extends Roll<M5RollData>
|
||||
static readonly TEMPLATE_PATH = "systems/midgard5/templates/chat/roll-m5.hbs";
|
||||
static readonly TEMPLATE_PATH = "systems/midgard5e/templates/chat/roll-m5.hbs";
|
||||
|
||||
public _evaluated: boolean = false;
|
||||
public _total: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user