/datum/dnaBlocks
Vars | |
blockList | List of CORRECT blocks for this mutation. This is global and should not be modified since it represents the correct solution. |
---|---|
blockListCurr | List of CURRENT blocks for this mutation. This is local and represents the research people are doing. |
Procs | |
GenerateBlocks | Generate DNA blocks. This sequence will be used globally. |
Var Details
blockList
List of CORRECT blocks for this mutation. This is global and should not be modified since it represents the correct solution.
blockListCurr
List of CURRENT blocks for this mutation. This is local and represents the research people are doing.
Proc Details
GenerateBlocks
Generate DNA blocks. This sequence will be used globally.