mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Remove the datum pool (#2873)
Removes the datum pool. New-qdel is faster than pooling, and we didn't use it anyways.
This commit is contained in:
@@ -33,11 +33,6 @@
|
||||
expansions = null
|
||||
return ..()
|
||||
|
||||
/obj/resetVariables(var/list/exclude = list())
|
||||
exclude += "expansions"
|
||||
..(exclude)
|
||||
//expansions = list()
|
||||
|
||||
/obj/proc/set_expansion(var/type, var/instance)
|
||||
LAZYINITLIST(expansions)
|
||||
if(expansions[type])
|
||||
|
||||
Reference in New Issue
Block a user