mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Fixed botpathing. Some fixes/changes to glows. Made lights less piss yellow.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user