This commit is contained in:
Zuhayr
2015-05-30 05:29:33 +09:30
parent deb806c4cb
commit 97cbcff3df

View File

@@ -425,6 +425,9 @@ var/global/list/robot_modules = list(
T.update_icon() T.update_icon()
else else
T.charge_tick = 0 T.charge_tick = 0
var/obj/item/weapon/melee/baton/robot/B = locate() in src.modules
if(B && B.bcell)
B.bcell.give(amount)
/obj/item/weapon/robot_module/janitor /obj/item/weapon/robot_module/janitor
name = "janitorial robot module" name = "janitorial robot module"