diff --git a/modular_citadel/cit_screenshake.dm b/modular_citadel/cit_screenshake.dm index fab9b5a795..07f29be004 100644 --- a/modular_citadel/cit_screenshake.dm +++ b/modular_citadel/cit_screenshake.dm @@ -1,6 +1,6 @@ //we vlambeer now -/proc/shake_camera(mob/M, duration, strength=1)//byond's wonky with this shit +/shake_camera(mob/M, duration, strength=1)//byond's wonky with this shit if(!M || !M.client || duration <= 0) return var/client/C = M.client