La fatigue s'incrémente
Du coup, les t^ches doivent augmenter la fatigue
This commit is contained in:
parent
142db2697f
commit
18a4f1dcf9
@ -1400,7 +1400,7 @@ export class RdDActor extends Actor {
|
||||
// Mise à jour de la tache
|
||||
rollData.tache.data.points_de_tache_courant += rollData.rolled.ptTache;
|
||||
this.updateEmbeddedEntity( "OwnedItem", rollData.tache);
|
||||
this.santeIncDec( "fatigue", -rollData.tache.data.fatigue);
|
||||
this.santeIncDec( "fatigue", rollData.tache.data.fatigue);
|
||||
|
||||
// Message de résultat
|
||||
ChatUtility.chatWithRollMode({
|
||||
|
Loading…
Reference in New Issue
Block a user