mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +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:
@@ -126,7 +126,7 @@ var/datum/controller/air_system/air_master
|
||||
//Inputs: None.
|
||||
//Outputs: None.
|
||||
|
||||
set background = 1
|
||||
//set background = 1
|
||||
world << "\red \b Processing Geometry..."
|
||||
sleep(-1)
|
||||
|
||||
@@ -158,7 +158,7 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
|
||||
//Outputs: None.
|
||||
|
||||
|
||||
set background = 1
|
||||
//set background = 1
|
||||
|
||||
while(1)
|
||||
if(!air_processing_killed)
|
||||
@@ -353,4 +353,4 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
|
||||
potential_intrazone_connections[B] += A
|
||||
|
||||
else
|
||||
potential_intrazone_connections[B] = list(A)
|
||||
potential_intrazone_connections[B] = list(A)
|
||||
|
||||
Reference in New Issue
Block a user