OctoD / godot-gameplay-systems

⚔️ A plugin for Godot to create your gameplay systems in a Godot way.
MIT License
509 stars 49 forks source link

🐛 [bug] Resurrect in the demo fires a fireball #11

Closed sh1ny closed 1 year ago

sh1ny commented 1 year ago

Describe the bug Pressing the R button for resurrect also fires a fireball in the demo

To Reproduce Steps to reproduce the behavior:

  1. Open the project
  2. Run the project
  3. Grab the fireball
  4. Die somehow
  5. Press R to resurrect
  6. Keep pressing R, notice the debug messages

Expected behavior Abilities shouldn't activate each other

Screenshots No screenshot needed.

Desktop (please complete the following information):

Additional context 100% reproducable

OctoD commented 1 year ago

Fixed, I did it wrong when setupping the example, thank you for reporting!