mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
99882c7113
commit
55d2c85ea1
6
code/modules/asset_cache/assets/nanomap.dm
Normal file
6
code/modules/asset_cache/assets/nanomap.dm
Normal 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()
|
||||
. = ..()
|
||||
Reference in New Issue
Block a user