mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #4995 from CHOMPStation2/upstream-merge-13775
[MIRROR] Lighting Underlay Stacking Fix
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
/turf/simulated/shuttle/proc/underlay_update()
|
/turf/simulated/shuttle/proc/underlay_update()
|
||||||
if(!takes_underlays)
|
if(!takes_underlays)
|
||||||
//Basically, if it's not forced, and we don't care, don't do it.
|
//Basically, if it's not forced, and we don't care, don't do it.
|
||||||
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
|
||||||
|
|
||||||
var/turf/under //May be a path or a turf
|
var/turf/under //May be a path or a turf
|
||||||
var/mutable_appearance/us = new(src) //We'll use this for changes later
|
var/mutable_appearance/us = new(src) //We'll use this for changes later
|
||||||
|
|||||||
Reference in New Issue
Block a user