diff --git a/src/com/projectkorra/projectkorra/waterbending/Torrent.java b/src/com/projectkorra/projectkorra/waterbending/Torrent.java index 6342b7a9..23d69f25 100644 --- a/src/com/projectkorra/projectkorra/waterbending/Torrent.java +++ b/src/com/projectkorra/projectkorra/waterbending/Torrent.java @@ -82,6 +82,8 @@ public class Torrent extends WaterAbility { oldTorrent.use(); bPlayer.addCooldown("Torrent", oldTorrent.cooldown); return; + } else { + oldTorrent.remove(); } }