This commit is contained in:
ZomgPonies
2013-12-11 19:23:04 -05:00
parent c2b596e31d
commit 80e78d1a03
2 changed files with 31 additions and 5 deletions
+3 -3
View File
@@ -334,9 +334,9 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
/proc/shake_camera(mob/M, duration, strength=1)
if(!M || !M.client || M.shakecamera)
return
spawn(1)
spawn(0)
if(!M || !M.client || M.shakecamera)
return
var/oldeye=M.client.eye
var/x
M.shakecamera = 1