fix comment
All checks were successful
Build / build (18) (push) Successful in 39s
Build / build (20) (push) Successful in 1m13s
Build / build (18) (pull_request) Successful in 40s
Build / build (22) (push) Successful in 1m12s
Build / build (22) (pull_request) Successful in 37s
Build / build (20) (pull_request) Successful in 1m13s
All checks were successful
Build / build (18) (push) Successful in 39s
Build / build (20) (push) Successful in 1m13s
Build / build (18) (pull_request) Successful in 40s
Build / build (22) (push) Successful in 1m12s
Build / build (22) (pull_request) Successful in 37s
Build / build (20) (pull_request) Successful in 1m13s
This commit is contained in:
parent
9fa712c3c2
commit
ac88037e91
@ -18,7 +18,7 @@ export const nemesisController: RequestHandler = async (req, res) => {
|
|||||||
const destFingerprint = JSON.parse(destWeapon.UpgradeFingerprint!) as IInnateDamageFingerprint;
|
const destFingerprint = JSON.parse(destWeapon.UpgradeFingerprint!) as IInnateDamageFingerprint;
|
||||||
const sourceFingerprint = JSON.parse(sourceWeapon.UpgradeFingerprint!) as IInnateDamageFingerprint;
|
const sourceFingerprint = JSON.parse(sourceWeapon.UpgradeFingerprint!) as IInnateDamageFingerprint;
|
||||||
|
|
||||||
// Upgrade destination damage type if desireed
|
// Update destination damage type if desired
|
||||||
if (body.UseSourceDmgType) {
|
if (body.UseSourceDmgType) {
|
||||||
destFingerprint.buffs[0].Tag = sourceFingerprint.buffs[0].Tag;
|
destFingerprint.buffs[0].Tag = sourceFingerprint.buffs[0].Tag;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user