mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #12517 from phil235/GeneticsSetupFix
Fixes error in SetupGenetics proc
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
for(var/A in typesof(/datum/mutation/human) - /datum/mutation/human)
|
||||
var/datum/mutation/human/B = new A()
|
||||
if(B.dna_block == NON_SCANNABLE) return
|
||||
if(B.dna_block == NON_SCANNABLE)
|
||||
continue
|
||||
B.dna_block = pick_n_take(avnums)
|
||||
if(B.quality == POSITIVE)
|
||||
good_mutations |= B
|
||||
|
||||
Reference in New Issue
Block a user