From ab0d906883b026a24f7d0b18c4cea21b4512d8d7 Mon Sep 17 00:00:00 2001 From: CaelAislinn Date: Thu, 5 Jan 2012 09:54:18 +1000 Subject: [PATCH] played around with ultralight. it now works, but it overrides sd so don't include it. also, shitload of other 'changes' because i derped github Signed-off-by: CaelAislinn --- code/unused/Ultralight.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/unused/Ultralight.dm b/code/unused/Ultralight.dm index bc30bd06212..30516ef52a3 100644 --- a/code/unused/Ultralight.dm +++ b/code/unused/Ultralight.dm @@ -212,14 +212,14 @@ atom/proc/ul_LightLevelChanged() //Designed for client projects to use. Called on items when the turf they are in has its light level changed return -atom/proc/New() +atom/New() ..() if(ul_IsLuminous()) spawn(1) ul_Illuminate() return -atom/proc/Del() +atom/Del() if(ul_IsLuminous()) ul_Extinguish() @@ -227,11 +227,11 @@ atom/proc/Del() return -atom/proc/movable/Move() +/*atom/proc/movable/Move() ul_Extinguish() ..() ul_Illuminate() - return + return*/ turf var