Merge pull request #1075 from ZomgPonies/master

Add ALL the sanity
This commit is contained in:
Fox-McCloud
2015-05-15 23:15:40 -04:00
+1 -1
View File
@@ -51,7 +51,7 @@
destroyed = 1
force_update()
if(source_atom && source_atom.light_sources) source_atom.light_sources -= src
if(top_atom) top_atom.light_sources -= src
if(top_atom && top_atom.light_sources) top_atom.light_sources -= src
/datum/light_source/proc/update(atom/new_top_atom)
if(new_top_atom && new_top_atom != top_atom)