Following /tg/'s lead, removes set background 1 for smoother gameplay.

Conflicts:
	code/game/objects/effects/glowshroom.dm
	code/modules/mob/living/carbon/zombie/zombie.dm
	code/modules/mob/living/silicon/mommi/life.dm
This commit is contained in:
d3athrow
2014-01-07 21:10:20 -06:00
committed by ZomgPonies
parent 8d64095078
commit 64d8903802
34 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
return
/obj/effect/alien/weeds/proc/Life()
set background = 1
//set background = 1
var/turf/U = get_turf(src)
/*
if (locate(/obj/movable, U))
+3 -1
View File
@@ -44,9 +44,11 @@
processing_objects += src
SetLuminosity(round(potency/10))
lastTick = world.timeofday
/obj/effect/glowshroom/Del()
processing_objects -= src
..()
@@ -99,7 +101,7 @@
potency += rand(4,6)
/obj/effect/glowshroom/proc/CalcDir(turf/location = loc)
set background = 1
//set background = 1
var/direction = 16
for(var/wallDir in cardinal)