tragkraft-containerwert-abw-kidoprep #103
|
|
@ -343,7 +343,13 @@ export class M5Item extends Item {
|
||||||
|
|
||||||
if (item.type === "spell" || item.type === "kampfkunst") {
|
if (item.type === "spell" || item.type === "kampfkunst") {
|
||||||
if (this.actor["system"].ap.value >= item.system.ap) {
|
if (this.actor["system"].ap.value >= item.system.ap) {
|
||||||
this.actor["system"].ap.value -= item.system.ap;
|
this.actor["update"]({
|
||||||
|
data: {
|
||||||
|
ap: {
|
||||||
|
value: this.actor["system"].ap.value - item.system.ap,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue