Merge pull request #3072 from CHOMPStation2/Razgriz1032-patch-5

Fix shuttle flooring generating insane lag
This commit is contained in:
Nadyr
2021-10-13 17:27:26 -04:00
committed by GitHub
+1 -1
View File
@@ -112,7 +112,7 @@
/turf/simulated/shuttle/proc/underlay_update()
if(!takes_underlays)
//Basically, if it's not forced, and we don't care, don't do it.
return 0
return //CHOMP Edit removed 0. Sarcastically quoting the above comment ^ "Basically, if it's not stupposed to store a fucking value, don't store a fucking value."
var/turf/under //May be a path or a turf
var/mutable_appearance/us = new(src) //We'll use this for changes later