mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
* /icons/ folder cleansing crusade part 3 * fixes --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
/datum/asset/simple/genetics
|
|
assets = list(
|
|
"dna_discovered.gif" = 'icons/ui/dna/dna_discovered.gif',
|
|
"dna_undiscovered.gif" = 'icons/ui/dna/dna_undiscovered.gif',
|
|
"dna_extra.gif" = 'icons/ui/dna/dna_extra.gif'
|
|
)
|