Energy weapons can be reloaded

This commit is contained in:
Anewbe
2016-10-06 21:17:40 -05:00
parent 62b02e8e05
commit 0f51fda83a
22 changed files with 218 additions and 141 deletions

View File

@@ -41,6 +41,9 @@
return
if(istype(W, /obj/item/weapon/cell) && anchored)
if(istype(W, /obj/item/weapon/cell/device))
user << "<span class='warning'> The charger isn't fitted for that type of cell.</span>"
return
if(charging)
user << "<span class='warning'>There is already a cell in the charger.</span>"
return