upload files

This commit is contained in:
SandPoot
2021-04-23 19:30:28 -03:00
parent 0c5d19ecc8
commit f40f4c8257
4 changed files with 76 additions and 12 deletions

View File

@@ -345,6 +345,14 @@
InsertAll("", each, GLOB.alldirs)
..()
/datum/asset/spritesheet/decals
name = "decals"
/datum/asset/spritesheet/decals/register()
for(var/each in list('icons/turf/decals.dmi'))
InsertAll("", each, GLOB.alldirs)
..()
/datum/asset/spritesheet/supplypods
name = "supplypods"