mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Clerical robot getting more stuff (#4960)
Gave Clerical module a Denied stamp and a tape roll. If it's emagged it gets a Chameleon stamp and a electrified arm for self defence.
This commit is contained in:
@@ -675,7 +675,10 @@ var/global/list/robot_modules = list(
|
||||
src.modules += new /obj/item/weapon/form_printer(src)
|
||||
src.modules += new /obj/item/weapon/gripper/paperwork(src)
|
||||
src.modules += new /obj/item/weapon/hand_labeler(src)
|
||||
src.emag = new /obj/item/weapon/stamp/denied(src)
|
||||
src.modules += new /obj/item/weapon/tape_roll(src) //allows it to place flyers
|
||||
src.modules += new /obj/item/weapon/stamp/denied(src) //why was this even a emagged item before smh
|
||||
src.emag = new /obj/item/weapon/stamp/chameleon(src)
|
||||
|
||||
|
||||
/obj/item/weapon/robot_module/general/butler/respawn_consumable(var/mob/living/silicon/robot/R, var/amount)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user