Merge pull request #2892 from Anewbe/wallcharge_cells

Device cells fit in wall chargers
This commit is contained in:
MagmaRam
2017-01-03 21:16:22 -06:00
committed by GitHub
2 changed files with 37 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ obj/machinery/recharger
icon = 'icons/obj/stationobjs.dmi'
icon_state = "wrecharger0"
active_power_usage = 25000 //25 kW , It's more specialized than the standalone recharger (guns and batons only) so make it more powerful
allowed_devices = list(/obj/item/weapon/gun/energy, /obj/item/weapon/melee/baton)
allowed_devices = list(/obj/item/weapon/gun/energy, /obj/item/weapon/melee/baton, /obj/item/weapon/cell/device)
icon_state_charged = "wrecharger2"
icon_state_charging = "wrecharger1"
icon_state_idle = "wrecharger0"