mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +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:
@@ -22,7 +22,7 @@ var/datum/controller/failsafe/Failsafe
|
||||
/datum/controller/failsafe/proc/process()
|
||||
processing = 1
|
||||
spawn(0)
|
||||
set background = 1
|
||||
//set background = 1
|
||||
while(1) //more efficient than recursivly calling ourself over and over. background = 1 ensures we do not trigger an infinite loop
|
||||
if(!master_controller) new /datum/controller/game_controller() //replace the missing master_controller! This should never happen.
|
||||
if(!lighting_controller) new /datum/controller/lighting() //replace the missing lighting_controller
|
||||
|
||||
Reference in New Issue
Block a user