Fix #92 armors
This commit is contained in:
@ -249,13 +249,13 @@ export class PegasusActorSheet extends ActorSheet {
|
||||
this.actor.rollPool( 'def', true, "defence");
|
||||
});
|
||||
html.find('.damage-melee').click((event) => {
|
||||
this.actor.rollPool( 'str', false, "melee-dmg");
|
||||
this.actor.rollPool( 'str', false, "melee-dmg")
|
||||
});
|
||||
html.find('.damage-ranged').click((event) => {
|
||||
this.actor.rollPool( 'per', false, "ranged-dmg");
|
||||
});
|
||||
html.find('.damage-resistance').click((event) => {
|
||||
this.actor.rollPool( 'phy', false, "dmg-res");
|
||||
this.actor.rollPool( 'phy', false, "dmg-res")
|
||||
});
|
||||
|
||||
html.find('.roll-stat').click((event) => {
|
||||
|
Reference in New Issue
Block a user