Started work on character log for rolls to be stored
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user