Add ALL the sanity

This commit is contained in:
ZomgPonies
2015-05-15 23:09:09 -04:00
parent b58b31e7cd
commit 6a84ea02a8

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)