Move repo to public area

This commit is contained in:
2023-08-26 05:14:08 +02:00
parent b383481915
commit 86780ce8ae
42 changed files with 125 additions and 122 deletions

View File

@@ -353,6 +353,9 @@ export class Hero6Utility {
if(rollData.maneuver) {
target = rollData.maneuverRoll
}
if(rollData.power) {
target = rollData.powerRoll
}
if (rollData.charac) {
target = rollData.charac.roll
}