Remove unneeded proc

This commit is contained in:
Tayyyyyyy
2018-01-24 00:53:12 -06:00
parent 460cada461
commit 5e1a2358e8
-5
View File
@@ -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()