You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, there's a small issue where the boss doesn't switch to his old weapon. Player needs to manually select the old weapon.
Reproduce
Basically make a rage_newweapon section which replaces the existing weapon temporarily. At the end, the boss will be T-posing.
Environment
Latest FF2-Rewrite as of the creation of the issue
Other Information
I see that the code uses lastinv command to switch to the last weapon before ability activation.
Well, manually executing this command doesn't switch to old weapon, so I guess that's the culprit.
The text was updated successfully, but these errors were encountered:
naydef
changed the title
[Bug] Using the new 'lifetime' parameter of 'rage_new_weapon' doesn't properly switch to old weapon on expiration of the new weapon
[Bug] Using the new 'lifetime' parameter of 'rage_new_weapon' doesn't switch to old weapon on expiration of the new weapon
Nov 25, 2023
Description
So, there's a small issue where the boss doesn't switch to his old weapon. Player needs to manually select the old weapon.
Reproduce
Basically make a rage_newweapon section which replaces the existing weapon temporarily. At the end, the boss will be T-posing.
Environment
Other Information
I see that the code uses
lastinv
command to switch to the last weapon before ability activation.Well, manually executing this command doesn't switch to old weapon, so I guess that's the culprit.
The text was updated successfully, but these errors were encountered: