Merge pull request #1053 from Citadel-Station-13/upstream-merge-27385

[MIRROR] fixes aimed spells not recharging
This commit is contained in:
LetterJay
2017-05-19 09:05:25 -04:00
committed by GitHub
+1
View File
@@ -24,6 +24,7 @@
if(charge_type == "recharge")
var/refund_percent = current_amount/projectile_amount
charge_counter = charge_max * refund_percent
start_recharge()
remove_ranged_ability(msg)
else
msg = "<span class='notice'>[active_msg]<B>Left-click to shoot it at a target!</B></span>"