Adjusts events and refactors borgs a bit in process

This commit is contained in:
Heroman3003
2022-12-31 07:04:47 +10:00
committed by CHOMPStation2
parent 79629be447
commit 21b9d0e636
12 changed files with 454 additions and 85 deletions

View File

@@ -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)))
/decl/emote/audible/synth/security/halt
key = "halt"