Merge pull request #9466 from deathride58/yawnborgs

Adds a config option to determine the minimum alert level for secborgs (defaulting to red alert)
This commit is contained in:
kevinz000
2019-10-21 01:04:34 -07:00
committed by GitHub
5 changed files with 16 additions and 2 deletions
@@ -13,7 +13,7 @@
/mob/living/silicon/robot/proc/get_cit_modules()
var/list/modulelist = list()
modulelist["MediHound"] = /obj/item/robot_module/medihound
if(!CONFIG_GET(flag/disable_secborg))
if(BORG_SEC_AVAILABLE)
modulelist["Security K-9"] = /obj/item/robot_module/k9
modulelist["Scrub Puppy"] = /obj/item/robot_module/scrubpup
modulelist["Borgi"] = /obj/item/robot_module/borgi