mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Remove console.log & comments
This commit is contained in:
parent
761064d668
commit
d5d44f6c45
2 changed files with 0 additions and 4 deletions
|
|
@ -597,7 +597,6 @@ export default class DhpActor extends Actor {
|
|||
async modifyResource(resources) {
|
||||
if (!resources.length) return;
|
||||
|
||||
console.log(resources)
|
||||
if (resources.find(r => r.key === 'stress')) this.convertStressDamageToHP(resources);
|
||||
let updates = {
|
||||
actor: { target: this, resources: {} },
|
||||
|
|
|
|||
|
|
@ -729,9 +729,6 @@
|
|||
|
||||
.dice-roll .dice-tooltip fieldset {
|
||||
margin-bottom: 5px;
|
||||
// .roll-dice {
|
||||
// gap: 10px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue