mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Fixes leftover usage of the deprecated flick("flash"). (#14339)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
if(istype(W, /obj/item/device/flashlight))
|
||||
to_chat(H, "<span class='warning'>You direct \the [W] towards \the [src]'s eyes!</span>")
|
||||
playsound(get_turf(H), 'sound/items/flashlight.ogg', 50, 1, -1)
|
||||
flick("flash", H.flash)
|
||||
H.flash_eyes()
|
||||
H.eye_blurry = 5
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user