From f606b77f63aa79759278d73cd8a6c41ea88a2167 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 3 Sep 2017 13:23:58 -0400 Subject: [PATCH] coding at 1 PM is a bad idea --- modular_citadel/cit_screenshake.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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