From f76a94e05a2c04c85ecdca5e65bb207a9782ea6c Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:24:36 -0500 Subject: [PATCH] fixes battlemage armor recharging (#22436) --- code/modules/clothing/suits/wiz_robe.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/wiz_robe.dm b/code/modules/clothing/suits/wiz_robe.dm index 6c4b54a971a..f46c4f290f6 100644 --- a/code/modules/clothing/suits/wiz_robe.dm +++ b/code/modules/clothing/suits/wiz_robe.dm @@ -189,6 +189,7 @@ desc = "Not all wizards are afraid of getting up close and personal." icon_state = "hardsuit-wiz" item_state = "wiz_hardsuit" + recharge_rate = 0 ///The amount of charges the suit currently has current_charges = 15 ///The max number of charges the suit can hold