From a5a8caeb009d10e71fd6791d3158f2566b827208 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 23 Feb 2013 02:30:32 +1000 Subject: [PATCH] fixed compile error Signed-off-by: Cael_Aislinn --- code/modules/events/infestation.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/events/infestation.dm b/code/modules/events/infestation.dm index 1d484306802..d9505e3b53e 100644 --- a/code/modules/events/infestation.dm +++ b/code/modules/events/infestation.dm @@ -80,7 +80,6 @@ vermstring = "lizards" if(VERM_SPIDERS) spawn_types = list(/obj/effect/spider/spiderling) - max_number = 6 vermstring = "spiders" spawn(0) var/num = rand(1, 3)