mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +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:
@@ -109,7 +109,7 @@ datum/controller/game_controller/proc/setup_objects()
|
||||
datum/controller/game_controller/proc/process()
|
||||
processing = 1
|
||||
spawn(0)
|
||||
set background = 1
|
||||
//set background = 1
|
||||
while(1) //far more efficient than recursively calling ourself
|
||||
if(!Failsafe) new /datum/controller/failsafe()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user