#3 CSS rework

This commit is contained in:
2020-11-17 19:14:58 +01:00
parent 59befd34d7
commit ffa81a6568
3 changed files with 2 additions and 4 deletions

View File

@ -232,9 +232,6 @@ export class RdDActor extends Actor {
}
ChatMessage.create(chatOptions);
if ( !rollData.attackerRoll) // Store it again the registry if not a defense roll
game.system.rdd.rollDataHandler[this.data._id] = rollData;
// This an attack, generate the defense message
if (defenseMsg) {
defenseMsg.rollData = duplicate(rollData);