Refactors borgs and adjusts events

This commit is contained in:
Heroman
2022-12-30 14:36:27 +10:00
parent e37a38073a
commit f8b38d8c90
11 changed files with 118 additions and 145 deletions
@@ -41,7 +41,7 @@
emote_sound = 'sound/voice/biamthelaw.ogg'
/decl/emote/audible/synth/security/mob_can_use(var/mob/living/silicon/robot/user)
return ..() && (istype(user) && (istype(user.module, /obj/item/weapon/robot_module/robot/security) || istype(user.module, /obj/item/weapon/robot_module/robot/knine))) //VOREStation Add - knine module
return ..() && (istype(user) && (istype(user.module, /obj/item/weapon/robot_module/robot/security))) //VOREStation Add - knine module
/decl/emote/audible/synth/security/halt
key = "halt"