mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user