@gamepark/rules-api 7.6.0 → 7.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -174,7 +174,7 @@ export class MaterialRules extends Rules {
|
|
|
174
174
|
* @returns a random rolled value, by default a value between 0 and 5 (cubic dice result)
|
|
175
175
|
*/
|
|
176
176
|
roll(_move) {
|
|
177
|
-
return randomInt(
|
|
177
|
+
return randomInt(6);
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* Execution of the Material Moves. See {@link Rules.play}.
|