Lighting Underlay Stacking Fix

This commit is contained in:
Casey
2022-09-23 00:57:56 +00:00
committed by CHOMPStation2
parent 267b821389
commit 95b2307b61
+4
View File
@@ -116,7 +116,11 @@
/turf/simulated/shuttle/proc/underlay_update()
if(!takes_underlays)
//Basically, if it's not forced, and we don't care, don't do it.
<<<<<<< HEAD
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."
=======
return
>>>>>>> a814870726... Merge pull request #13775 from VOREStation/overlay_stack_fix
var/turf/under //May be a path or a turf
var/mutable_appearance/us = new(src) //We'll use this for changes later