mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix funtime due to object pooling.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
var/list/masterPool = new
|
||||
|
||||
// Read-only or compile-time vars and special exceptions.
|
||||
var/list/exclude = list("loc", "locs", "parent_type", "vars", "verbs", "type", "x", "y", "z")
|
||||
var/list/exclude = list("inhand_states", "loc", "locs", "parent_type", "vars", "verbs", "type", "x", "y", "z")
|
||||
|
||||
/*
|
||||
* @args
|
||||
|
||||
Reference in New Issue
Block a user