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-08 01:25:20 -05:00
committed by ZomgPonies
parent 8d64095078
commit 64d8903802
34 changed files with 44 additions and 42 deletions
@@ -205,7 +205,7 @@ var/global/list/uneatable = list(
/obj/machinery/singularity/proc/eat()
set background = 1
//set background = 1
if(defer_powernet_rebuild != 2)
defer_powernet_rebuild = 1
// Let's just make this one loop.
@@ -559,7 +559,7 @@ var/global/list/uneatable = list(
grav_pull = 0
/obj/machinery/singularity/narsie/wizard/eat()
set background = 1
//set background = 1
if(defer_powernet_rebuild != 2)
defer_powernet_rebuild = 1
for(var/atom/X in orange(consume_range,src))