[MIRROR] Replace render nanomaps workflow with Holomap piggyback (#10976)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-31 07:51:15 -07:00
committed by GitHub
parent 99882c7113
commit 55d2c85ea1
8 changed files with 42 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
/datum/asset/simple/holo_nanomap
keep_local_name = TRUE
/datum/asset/simple/holo_nanomap/register()
assets = SSholomaps.dump_nanomap_icons()
. = ..()