[MIRROR] Add silicon human spremacy override config, fixes #68957 [MDB IGNORE] (#15788)

* Add silicon human spremacy override config, fixes #68957 (#69293)

Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>

* Add silicon human spremacy override config, fixes #68957

Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-08-24 18:12:29 -04:00
committed by GitHub
co-authored by Mothblocks RandomGamer123
parent 2ab2d99d16
commit d559b94920
3 changed files with 9 additions and 1 deletions
@@ -69,7 +69,7 @@
/datum/species/human/create_pref_unique_perks()
var/list/to_add = list()
if(CONFIG_GET(number/default_laws) == 0) // Default lawset is set to Asimov
if(CONFIG_GET(number/default_laws) == 0 || CONFIG_GET(flag/silicon_asimov_superiority_override)) // Default lawset is set to Asimov
to_add += list(list(
SPECIES_PERK_TYPE = SPECIES_POSITIVE_PERK,
SPECIES_PERK_ICON = "robot",