Skip to content

Commit

Permalink
tweak(recharger): wall chargers accept magazines from lawgiver
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Sep 23, 2024
1 parent 4cd8869 commit 563dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/recharger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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, /obj/item/cell/ammo/charge)
allowed_devices = list(/obj/item/gun/magnetic/railgun, /obj/item/gun/energy, /obj/item/melee/baton, /obj/item/cell/ammo/charge, /obj/item/ammo_magazine/lawgiver)
icon_state_charged = "wrecharger2"
icon_state_charging = "wrecharger1"
icon_state_idle = "wrecharger0"
Expand Down

0 comments on commit 563dded

Please sign in to comment.