Removes Set Background (#13646)

This commit is contained in:
Fox McCloud
2020-06-20 14:33:46 -04:00
committed by GitHub
parent 6bc53def74
commit 5e3f95e140
10 changed files with 0 additions and 19 deletions
-1
View File
@@ -139,7 +139,6 @@
grav_pull = 0
/obj/singularity/narsie/wizard/eat()
set background = BACKGROUND_ENABLED
for(var/atom/X in orange(consume_range,src))
if(isturf(X) || istype(X, /atom/movable))
consume(X)
@@ -253,7 +253,6 @@
/obj/singularity/proc/eat()
set background = BACKGROUND_ENABLED
for(var/tile in spiral_range_turfs(grav_pull, src))
var/turf/T = tile
if(!T || !isturf(loc))