Update cit_screenshake.dm (#11554)

This commit is contained in:
kevinz000
2020-03-20 17:52:39 -07:00
committed by GitHub
parent b775565a0a
commit 32bfdb6712

View File

@@ -1,6 +1,7 @@
//we vlambeer now
/obj/proc/shake_camera(mob/M, duration, strength=1)//byond's wonky with this shit
set waitfor = FALSE
if(!M || !M.client || duration <= 0)
return
var/client/C = M.client