Merge pull request #11136 from PsiOmegaDelta/150918-BiasedMeteors

Meteor events are now direction biased.
This commit is contained in:
Chinsky
2015-09-21 11:54:10 +03:00
5 changed files with 38 additions and 27 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ 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)
if(!M || !M.client || M.shakecamera || M.stat || isEye(M) || isAI(M))
return
M.shakecamera = 1
spawn(1)