Compare commits

...

1 Commits

Author SHA1 Message Date
fcaebe6334 Correction des jets impossibles
All checks were successful
Release Creation / build (release) Successful in 1m58s
2026-06-12 00:26:54 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# 13.0
## 13.0.43 - L'urgence d'Illisys
- correction urgente des jets
## 13.0.42 - La rebellion d'Illisys
- on peut choisir la difficulté des jets de résistances

View File

@@ -42,7 +42,7 @@ export class RollPartCuisine extends RollPartSelect {
loadRefs(rollData) {
const refs = this.getRefs(rollData)
refs.cuisine = this.findCompetence(rollData, 'Cuisine')
refs.cuisine = RollConstants.findCompetence(rollData, 'Cuisine')
if (!refs.cuisine) {
refs.preparations = []