Update cit_screenshake.dm (#11554)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
//we vlambeer now
|
//we vlambeer now
|
||||||
|
|
||||||
/obj/proc/shake_camera(mob/M, duration, strength=1)//byond's wonky with this shit
|
/obj/proc/shake_camera(mob/M, duration, strength=1)//byond's wonky with this shit
|
||||||
|
set waitfor = FALSE
|
||||||
if(!M || !M.client || duration <= 0)
|
if(!M || !M.client || duration <= 0)
|
||||||
return
|
return
|
||||||
var/client/C = M.client
|
var/client/C = M.client
|
||||||
|
|||||||
Reference in New Issue
Block a user