mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
* 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:
co-authored by
Mothblocks
RandomGamer123
parent
2ab2d99d16
commit
d559b94920
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user