From eb6166a4290853e8295db2c9b4c8e01755f005bd Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 12 Oct 2017 23:09:02 -0400 Subject: [PATCH] Adds vore --- code/datums/datumvars.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 705c808875e..33a18f9f9aa 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -489,7 +489,7 @@ var/list/L = value var/list/items = list() - if(L.len > 0 && !(name == "underlays" || name == "overlays" || name == "vars" || L.len > (IS_NORMAL_LIST(L) ? 50 : 300))) + if(L.len > 0 && !(name == "underlays" || name == "overlays" || name == "vars" || L.len > (IS_NORMAL_LIST(L) ? 250 : 300))) for(var/i in 1 to L.len) var/key = L[i] var/val