Merge pull request #11388 from PsiOmegaDelta/151028-LiveDroneLIVE

Allows drones to recharge their synth materials.
This commit is contained in:
PsiOmegaDelta
2015-11-01 18:43:43 +01:00
@@ -89,12 +89,13 @@ var/global/list/robot_modules = list(
/obj/item/weapon/robot_module/proc/respawn_consumable(var/mob/living/silicon/robot/R, var/rate)
var/obj/item/device/flash/F = locate() in src.modules
if(F.broken)
F.broken = 0
F.times_used = 0
F.icon_state = "flash"
else if(F.times_used)
F.times_used--
if(F)
if(F.broken)
F.broken = 0
F.times_used = 0
F.icon_state = "flash"
else if(F.times_used)
F.times_used--
if(!synths || !synths.len)
return