mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user