[MIRROR] Fixes infinite wiz shielded hardsuit charges (#5299)

* woops (#58757)

I was an idiot in #57797 and forgot to make the rune wizards can buy to add shield charges to their shielded hardsuits actually delete after being used, allowing you to use one rune infinitely. Oops! This PR fixes that.

No more invincible wizards

* Fixes infinite wiz shielded hardsuit charges

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-04-29 03:04:47 +01:00
committed by GitHub
co-authored by Ryll Ryll
parent eba3a85849
commit 681ecc7577
+1
View File
@@ -157,3 +157,4 @@
current_charges += recharge_rune.restored_charges
to_chat(user, "<span class='notice'>You charge \the [parent]. It can now absorb [current_charges] hits.</span>")
qdel(recharge_rune)