Quote:
Originally Posted by NosNight
The shells in the sword downgrade from r8 to r7 properties of mussels remain constant and do not change.
|
It's because in the downgrade, there is no method that says that u generate a new shell. Just Generate it again when u downgrade or remove the handler, which stops the Downgrade from generating a shell
For me, it's:
Code:
if (!isHeroEquipmentDowngrade)
{
GenerateHeroicShell(protection);
}
Do not just delete it. Still Generate a Shell, but remove the if statement
and set
Code:
case RarifyMode.HeroEquipmentDowngrade:
{
rarify(7, true); // <- Set to false
return;
}