[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:
CitadelStationBot
2017-10-17 22:18:19 -05:00
committed by Poojawa
parent 9691c9130f
commit 7f9d13ab42
3 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -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)))