From 3e8e374d06407a5d591eff04576c7092f9a1b5a3 Mon Sep 17 00:00:00 2001 From: D3athrow Date: Wed, 28 Jan 2015 02:33:39 -0600 Subject: [PATCH] Fix funtime due to object pooling. --- code/__HELPERS/experimental.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index 34368dfbaf3..6f42efbb5e8 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -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