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
+1 -1
View File
@@ -123,7 +123,7 @@
var/oldlum = luminosity
//luminosity = on * brightness
ul_SetLuminosity(on * brightness, on * brightness, ( fitting != "bulb" ? on * brightness : round(on*brightness/2) ) ) // *DAL*
ul_SetLuminosity(on * brightness, on * brightness, ( fitting != "bulb" ? on * brightness : round(on*brightness/2 + 1) ) ) // *DAL*
// if the state changed, inc the switching counter
if(oldlum != luminosity)