From fa3dc02e65226f9bc970e6d6794462dd4f2fc255 Mon Sep 17 00:00:00 2001 From: K4rlox <118483925+K4rlox@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:55:29 +0300 Subject: [PATCH] Maintenance drones can use RCDs, RPEDs, Spray Bottles, and Holosign Projectors (#81219) ## About The Pull Request makes maintenance drones able to pick up RCD and RPEDs in order to use for upgrading and repairing the station as per their laws state you used to be unable to pick these up due to "using this item may break your laws" which made no sense since they could be used to repair and upgrade station gear this fixes that ## Why It's Good For The Game drones can now easily repair and maintain station equipment like they are programmed to do so additionally with the use of RCD they no longer need to carry around metal sheets and glass sheets all the time, making their job way easier ## Changelog :cl: balance: Maintenance drones now can use RPED, RCD, Holosign, and Spray bottles /:cl: --- code/modules/mob/living/basic/drone/_drone.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/living/basic/drone/_drone.dm b/code/modules/mob/living/basic/drone/_drone.dm index 76f09318b7a..9298083c67c 100644 --- a/code/modules/mob/living/basic/drone/_drone.dm +++ b/code/modules/mob/living/basic/drone/_drone.dm @@ -161,6 +161,12 @@ /obj/item/clothing/mask, /obj/item/storage/box/lights, /obj/item/lightreplacer, + /obj/item/construction/rcd, + /obj/item/rcd_ammo, + /obj/item/rcd_upgrade, + /obj/item/storage/part_replacer, + /obj/item/soap, + /obj/item/holosign_creator, ) /// machines whitelisted from being shy with var/list/shy_machine_whitelist = list(