Traductions + fix v12
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
this.actor.system.characteristics.ag.modifier -= parseInt(this.item.system.location.value || 1)
|
||||
this.actor.system.characteristics.ag.modifier -= parseInt(this.item.system.location.value) || 1
|
||||
|
||||
this.actor.system.characteristics.ws.modifier -= parseInt(this.item.system.location.value || 1)
|
||||
this.actor.system.characteristics.ws.modifier -= parseInt(this.item.system.location.value) || 1
|
Reference in New Issue
Block a user