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
@@ -20,7 +20,7 @@
..()
/obj/machinery/suspension_gen/process()
set background = 1
//set background = 1
if (suspension_field)
cell.charge -= power_use
@@ -38,7 +38,7 @@
scan_ticks++
if(prob(scan_ticks * 10))
spawn(0)
set background = 1
//set background = 1
if(processing_objects.Find(src))
//scan radios in the world to try and find one
var/cur_dist = 999