Déplacer le rêve actuel dans l'en-tête #240
@ -455,9 +455,9 @@ export class RdDActor extends Actor {
|
|||||||
updateCarac( caracName, caracValue )
|
updateCarac( caracName, caracValue )
|
||||||
{
|
{
|
||||||
let caracpath = "data.carac." + caracName + ".value"
|
let caracpath = "data.carac." + caracName + ".value"
|
||||||
if (caracName == reve) {
|
if (caracName == "reve") {
|
||||||
if (caracValue > Misc.toInt(this.data.data.reve.seuil.value)) {
|
if (caracValue > Misc.toInt(this.data.data.reve.seuil.value)) {
|
||||||
this.setPointDeSeuil(caracValue);
|
this.setPointsDeSeuil(caracValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.update( { caracpath: caracValue } );
|
this.update( { caracpath: caracValue } );
|
||||||
|
Loading…
Reference in New Issue
Block a user