Trying to fix the dna t

This commit is contained in:
Artur
2020-07-03 00:55:18 +03:00
parent 6ee1eba56c
commit 365aadec54
6 changed files with 68 additions and 34 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ SUBSYSTEM_DEF(atoms)
for(var/i in 1 to LAZYLEN(mutations))
var/path = mutations[i] //byond gets pissy when we do it in one line
var/datum/mutation/human/B = new path ()
B.alias = "Mutation #[i]"
B.alias = "Mutation [i]"
GLOB.all_mutations[B.type] = B
GLOB.full_sequences[B.type] = generate_gene_sequence(B.blocks)
GLOB.alias_mutations[B.alias] = B.type