mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
fix lighting (#61530)
This commit is contained in:
@@ -14,10 +14,6 @@
|
||||
if (lighting_object)
|
||||
qdel(lighting_object, force=TRUE) //Shitty fix for lighting objects persisting after death
|
||||
|
||||
var/area/our_area = loc
|
||||
if (!our_area.static_lighting && !light_sources)
|
||||
return
|
||||
|
||||
new/datum/lighting_object(src)
|
||||
|
||||
// Used to get a scaled lumcount.
|
||||
|
||||
Reference in New Issue
Block a user