From 5e1a2358e8ebdba1f8125e189ca9228d39d9b8b4 Mon Sep 17 00:00:00 2001 From: Tayyyyyyy Date: Wed, 24 Jan 2018 00:53:12 -0600 Subject: [PATCH] Remove unneeded proc --- code/modules/lighting/lighting_atom.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/lighting/lighting_atom.dm b/code/modules/lighting/lighting_atom.dm index 6229fa5b044..679f6fb86ef 100644 --- a/code/modules/lighting/lighting_atom.dm +++ b/code/modules/lighting/lighting_atom.dm @@ -20,11 +20,6 @@ update_light() -/atom/proc/flash_light(l_range, l_power, l_color = NONSENSICAL_VALUE, time = 2) - set_light(l_range, l_power, l_color) - spawn(time) - set_light(0) - #undef NONSENSICAL_VALUE /atom/proc/update_light()