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

@@ -28,7 +28,7 @@
M.flash_eyes()
else if(affected_limb && M == A)
M.confused = rand(2, 7)
flick("flash", M.flash)
M.flash_eyes()
//snap pop
playsound(src, 'sound/effects/snap.ogg', 50, 1)