Started work on character log for rolls to be stored

This commit is contained in:
Stefan Zermatten
2020-09-29 22:34:30 +02:00
parent 75ab43da00
commit a6a96fc19f
12 changed files with 190 additions and 45 deletions

View File

@@ -19,8 +19,8 @@ function applyProperty(options){
applyAction(options);
return true;
case 'attack':
applyAttack(options);
applyAction(options);
applyAttack(options);
return true;
case 'damage':
applyDamage(options);