// Hack: Cold Antspur Rapier has the same reinforceTypeId as every other cold weapon, but
// in the game it doesn't seem to get more frostbite from upgrading.
if (weapon.name === "Cold Antspur Rapier") {
offsets[1] = 0;
}
I believe this vanilla bug has been fixed with 1.09, and it's definitely long been fixed in ERR. Convergence's appears to be Somber.
I spotted this piece of code:
I believe this vanilla bug has been fixed with 1.09, and it's definitely long been fixed in ERR. Convergence's appears to be Somber.