Smoothing fixes (#2163)

* Fix some bad smoothing

* Fix unsimulated objects being vaporized by bluespace

* Fix admin turf-delete

* Minor lighting responsiveness tweak
This commit is contained in:
Lohikar
2017-05-02 20:59:22 -04:00
committed by LordFowl
parent f6dc33a465
commit 149aee4afe
5 changed files with 218 additions and 199 deletions
+2 -1
View File
@@ -80,7 +80,8 @@ var/datum/controller/subsystem/lighting/SSlighting
processed_lights = 0
processed_corners = 0
processed_overlays = 0
instant_tick_limit = CURRENT_TICKLIMIT * 0.8
instant_tick_limit = CURRENT_TICKLIMIT * 0.8
MC_SPLIT_TICK_INIT(3)
if (!no_mc_tick)