Fixed botpathing. Some fixes/changes to glows. Made lights less piss yellow.

This commit is contained in:
SkyMarshal
2012-06-19 20:52:01 -07:00
parent c07776de73
commit abe222afde
18 changed files with 49 additions and 57 deletions
+3 -4
View File
@@ -267,20 +267,19 @@ atom/proc/ul_LightLevelChanged()
return
atom/New()
..()
. = ..()
if(ul_IsLuminous())
spawn(1)
ul_Illuminate()
return
atom/Del()
if(ul_IsLuminous())
ul_Extinguish()
..()
. = ..()
atom/movable/Move()
ul_Extinguish()
..()
. = ..()
ul_Illuminate()