#Damage for Arcane Devices
1 messages · Page 1 of 1 (latest)
Apparently, only weapons, powers, and shields can have damage.
if (['weapon', 'power', 'shield'].includes(this.type)) {
itemData = this.data.data;
} else {
return null;
}
Damage isn't a property of other item types.
It's an easy fix (I think), but I'll defer to @willow bloom on this one.
yeah sure let me just put down my dayjob to fix this because I need to be pinged immedeatly on everything and anything because this godforsaken gamesystem is now all that I am
I'm willing to fix it, I just wanted your opinion on it before I tackled it. There's no urgency here.
yeah sure go ahead
I'll merge all your other MRs in as well while I'm at it
fuck it
Huzzah!