Merge pull request #59 from Azarak/master

It's me trying to fix a conflict and I've never done this don't mind me
This commit is contained in:
quotefox
2019-11-08 20:48:47 +00:00
committed by GitHub
70 changed files with 1963 additions and 503 deletions
+8
View File
@@ -677,3 +677,11 @@ GLOBAL_LIST_EMPTY(asset_datums)
Insert(initial(D.id), I)
return ..()
/datum/asset/simple/genetics
assets = list(
"dna_discovered.gif" = 'html/dna_discovered.gif',
"dna_undiscovered.gif" = 'html/dna_undiscovered.gif',
"dna_extra.gif" = 'html/dna_extra.gif'
)