From 8a4d4a885359eca16dbeecb775bf550c63ac7f39 Mon Sep 17 00:00:00 2001 From: TobyThorne <45202681+TobyThorne@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:34:10 +0500 Subject: [PATCH] Update recharger.dm --- code/game/machinery/recharger.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/recharger.dm b/code/game/machinery/recharger.dm index 9d11ec54570..b4273d7fe55 100644 --- a/code/game/machinery/recharger.dm +++ b/code/game/machinery/recharger.dm @@ -209,7 +209,7 @@ icon = 'icons/obj/stationobjs.dmi' icon_state = "wrecharger0" active_power_usage = 50 KILO WATTS //It's more specialized than the standalone recharger (guns and batons only) so make it more powerful - allowed_devices = list(/obj/item/gun/magnetic/railgun, /obj/item/gun/energy, /obj/item/melee/baton) + allowed_devices = list(/obj/item/gun/magnetic/railgun, /obj/item/gun/energy, /obj/item/melee/baton, /obj/item/cell/ammo/charge) icon_state_charged = "wrecharger2" icon_state_charging = "wrecharger1" icon_state_idle = "wrecharger0"