mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fixes Compile Error while testing, accidental regression from missed merge (#21658)
Fix accidental regression from missed merge
This commit is contained in:
@@ -50,12 +50,6 @@ GLOBAL_LIST_EMPTY(default_lighting_underlays_by_z)
|
||||
return ..()
|
||||
|
||||
/datum/lighting_object/proc/update()
|
||||
#ifdef VISUALIZE_LIGHT_UPDATES
|
||||
affected_turf.add_atom_colour(COLOR_BLUE_LIGHT, ADMIN_COLOUR_PRIORITY)
|
||||
animate(affected_turf, 10, color = null)
|
||||
addtimer(CALLBACK(affected_turf, /atom/proc/remove_atom_colour, ADMIN_COLOUR_PRIORITY, COLOR_BLUE_LIGHT), 10, TIMER_UNIQUE|TIMER_OVERRIDE)
|
||||
#endif
|
||||
|
||||
// To the future coder who sees this and thinks
|
||||
// "Why didn't he just use a loop?"
|
||||
// Well my man, it's because the loop performed like shit.
|
||||
|
||||
Reference in New Issue
Block a user