Séparation actor-sheet en sous-parties

This commit is contained in:
Vincent Vandemeulebrouck
2022-09-26 03:36:18 +02:00
parent 02ccb1f287
commit 7e1bbcada0
26 changed files with 414 additions and 329 deletions

View File

@ -105,7 +105,6 @@ export class RdDActorSheet extends ActorSheet {
formData.hautreve = {
isDemiReve: this.actor.getEffect(STATUSES.StatusDemiReve),
rencontres: duplicate(formData.system.reve.rencontre.list),
casesTmr: formData.itemsByType.casetmr,
cacheTMR: this.actor.isTMRCache()
}