From fb1839366271a1561b47c182128f3839b13f81cc Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Thu, 6 May 2021 22:45:14 +0200 Subject: [PATCH] Add some documentation --- code/game/dna/dna2.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/dna/dna2.dm b/code/game/dna/dna2.dm index b0323825c70..2dfe4d660c9 100644 --- a/code/game/dna/dna2.dm +++ b/code/game/dna/dna2.dm @@ -14,6 +14,7 @@ GLOBAL_LIST_INIT(assigned_mutation_blocks, new(DNA_SE_LENGTH)) // Used to determine what each block means (admin hax and species stuff on /vg/, mostly) GLOBAL_LIST_INIT(assigned_blocks, new(DNA_SE_LENGTH)) +/// Assoc list. Key = type of the mutation, value = the mutation GLOBAL_LIST_EMPTY(dna_mutations) GLOBAL_LIST_EMPTY(good_blocks)