From 3e6afe9f7226ef4ae369b466c2865d48730cab43 Mon Sep 17 00:00:00 2001 From: "LastBattaWolf@hotmail.com" Date: Fri, 2 Sep 2011 18:56:35 +0000 Subject: [PATCH] Hopefully decreased the amount of lag weeds create. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2090 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/alien/weeds.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/alien/weeds.dm b/code/game/objects/alien/weeds.dm index db17c72784f..a2396ed1269 100644 --- a/code/game/objects/alien/weeds.dm +++ b/code/game/objects/alien/weeds.dm @@ -10,6 +10,7 @@ return /obj/alien/weeds/proc/Life() + set background = 1 var/turf/U = get_turf(src) /* if (locate(/obj/movable, U))