Allows Janitor borg's EMAG lube to refill in a charger (#15278)

* Allows Janitor borg's EMAG lube to refill in a charger

* Update code/modules/mob/living/silicon/robot/robot_modules.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Ryal
2021-01-20 02:10:08 -08:00
committed by GitHub
parent 4224400ae7
commit 09d47409a2
@@ -295,6 +295,12 @@
fix_modules()
/obj/item/robot_module/janitor/respawn_consumable(mob/living/silicon/robot/R)
if(emag)
var/obj/item/reagent_containers/spray/S = emag
S.reagents.add_reagent("lube", 5)
..()
/obj/item/robot_module/butler
name = "service robot module"
module_type = "Service"