mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
Makes the preloader apply text macros: Re-engineering (#24614)
* Add apply_text_macros * Make the map loader use text macros * Cleanup
This commit is contained in:
@@ -436,6 +436,8 @@ var/global/dmm_suite/preloader/_preloader = new
|
||||
var/value = attributes[attribute]
|
||||
if(islist(value))
|
||||
value = deepCopyList(value)
|
||||
if(istext(value))
|
||||
value = apply_text_macros(value)
|
||||
what.vars[attribute] = value
|
||||
use_preloader = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user