[MIRROR] Removes 200mb of wasted memory usage (#3472)
* Merge pull request #31835 from MrStonedOne/coiax-is-fired---again Removes 200mb of wasted memory usage * Removes 200mb of wasted memory usage
This commit is contained in:
committed by
Poojawa
parent
9691c9130f
commit
7f9d13ab42
@@ -4,6 +4,8 @@
|
||||
//Note: typecache can only replace istype if you know for sure the thing is at least a datum.
|
||||
|
||||
GLOBAL_LIST_INIT(typecache_mob, typecacheof(list(/mob)))
|
||||
|
||||
GLOBAL_LIST_INIT(typecache_living, typecacheof(list(/mob/living)))
|
||||
|
||||
GLOBAL_LIST_INIT(typecache_machine_or_structure, typecacheof(list(/obj/machinery))|typecacheof(list(/obj/structure)))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user