From 230171f80eec1c06a9ec984eb8218c70ff0ea912 Mon Sep 17 00:00:00 2001 From: Fira Date: Sat, 21 Oct 2023 20:01:08 +0100 Subject: [PATCH] oopsie --- code/game/objects/items/devices/flashlight.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 183b7210553b..114964464a25 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -35,7 +35,7 @@ else icon_state = initial(icon_state) -/obj/item/device/flashlight/flare/animation_spin(speed = 5, loop_amount = -1, clockwise = TRUE, sections = 3, angular_offset = 0, pixel_fuzz = 0) +/obj/item/device/flashlight/animation_spin(speed = 5, loop_amount = -1, clockwise = TRUE, sections = 3, angular_offset = 0, pixel_fuzz = 0) clockwise = pick(TRUE, FALSE) angular_offset = rand(360) return ..()