mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
## About The Pull Request Purged several files inthe theme of misc.dm and broken the contents out into better organised files. Incidentally done some minor cleanup by removing an unused global list referring to a string file that no-longer exists, and removing a useless proc that replicated the behaviour of file2list(). ## Why It's Good For The Game See #60358 and all its successors ## Changelog 🆑 code: Reduced the number of files named misc.dm or similar by 14%. /🆑 # Conflicts: # code/_globalvars/lists/flavor_misc.dm
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
/// Cache of the width and height of icon files, to avoid repeating the same expensive operation
|
|
GLOBAL_LIST_EMPTY(icon_dimensions)
|
|
/// Cache of the states of icon files
|
|
GLOBAL_LIST_EMPTY(icon_states_cache)
|
|
/// Cache of the states of icon files, stored associatively with TRUE for lookup
|
|
GLOBAL_LIST_EMPTY(icon_states_cache_lookup)
|
|
/// Female Uniforms
|
|
GLOBAL_LIST_EMPTY(female_clothing_icons)
|