removes secborgs (#6733)

The evil will finally be defeated.
This takes security borgs out of the game entirely. They bring pretty much nothing to the table, in terms of either roleplay or positive influence to the station.
Also, combat and syndicate modules now have cuffs.
This commit is contained in:
ParadoxSpace
2019-08-17 19:23:11 +03:00
committed by Erki
parent 2da84b2f41
commit a7ff20218a
9 changed files with 44 additions and 144 deletions
-2
View File
@@ -142,8 +142,6 @@ var/list/event_last_fired = list()
if(R.module)
if(istype(R.module, /obj/item/weapon/robot_module/engineering))
active_with_role["Engineer"]++
else if(istype(R.module, /obj/item/weapon/robot_module/security))
active_with_role["Security"]++
else if(istype(R.module, /obj/item/weapon/robot_module/medical))
active_with_role["Medical"]++
else if(istype(R.module, /obj/item/weapon/robot_module/research))