Fix : monnaie, endurance, encombrement
This commit is contained in:
parent
3df76c589f
commit
f043c3b504
@ -259,7 +259,7 @@ export class RdDCalendrier extends Application {
|
||||
if (!rolled.isSuccess) {
|
||||
request.isValid = false;
|
||||
while (nbAstralFaux == nbAstral) {
|
||||
nbAstralFaux = new Roll("1d12").roll().total;
|
||||
nbAstralFaux = new Roll("1d12").evaluate( { async: false} ).total;
|
||||
}
|
||||
nbAstral = nbAstralFaux;
|
||||
// Mise à jour des nombres astraux du joueur
|
||||
|
Loading…
Reference in New Issue
Block a user