forked from public/foundryvtt-reve-de-dragon
#3 CSS rework
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user