MSRevive / MasterSwordRebirth

Continuation of Master Sword Classic/Continued.
https://msrebirth.net/
Other
9 stars 6 forks source link

Item-drop confirmation and Spell cancelling improvements. #159

Closed Aze-M closed 1 year ago

Aze-M commented 1 year ago

Items now need two drop attempts within 100 ticks to be succesfully dropped, hopefully preventing accidental drops.

This is currently done per item and could be done per player instead, though stuff like holstering also cancels drop timers which might get a bit more difficult, will see in time.

Spells can now be cancelled instantly and also by pressing the "use" button used to holster normal items.

This needs testing to make sure it doesn't crash anything, a crash already occured if I didn't check if the drop was called by a player and this is now fixed as well.

Related Issues:

80