Lighting fix (#68)

* f i x

* nah
This commit is contained in:
L.E.D
2016-11-06 12:22:32 -05:00
committed by TalkingCactus
parent e1956df149
commit 563c51ff70
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -22,9 +22,9 @@
var/needs_update = FALSE
var/cache_r = 0
var/cache_g = 0
var/cache_b = 0
var/cache_r = LIGHTING_SOFT_THRESHOLD
var/cache_g = LIGHTING_SOFT_THRESHOLD
var/cache_b = LIGHTING_SOFT_THRESHOLD
var/cache_mx = 0
var/update_gen = 0
@@ -133,5 +133,5 @@
/datum/lighting_corner/Destroy(var/force)
if(force)
CRASH("Nope you're not deleting me!")
return QDEL_HINT_LETMELIVE