Merge branch 'v1.5-small-fixes' into 'v1.5'
V1.5 small fixes See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!306
This commit is contained in:
commit
d4f55af595
@ -2830,7 +2830,7 @@ export class RdDActor extends Actor {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
_meditationEPart(meditationData) {
|
||||
this.updateEmbeddedDocuments('Item', [{ _id: meditation._id, 'data.malus': meditationData.meditation.data.malus - 1 }]);
|
||||
this.updateEmbeddedDocuments('Item', [{ _id: meditationData._id, 'data.malus': meditationData.meditation.data.malus - 1 }]);
|
||||
}
|
||||
|
||||
|
||||
|
@ -494,7 +494,7 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
.rdd-roll-norm{
|
||||
border-radius: 6px; padding: 3px;
|
||||
background: var(--gradient-silver-green);
|
||||
background: var(--gradient-green);
|
||||
}
|
||||
.rdd-roll-notSign, .rdd-roll-echec{
|
||||
border-radius: 6px; padding: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user