Fixes leftover usage of the deprecated flick("flash"). (#14339)

This commit is contained in:
Matt Atlas
2022-06-19 02:25:11 +02:00
committed by GitHub
parent 9aaf995b8c
commit 0973d9b6bc
12 changed files with 55 additions and 14 deletions

View File

@@ -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