mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
committed by
Erki
parent
35b6593444
commit
df4d8c1d08
@@ -426,7 +426,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
|
||||
var/x
|
||||
for(x=0; x<duration, x++)
|
||||
if(M.client)
|
||||
if(!M.client)
|
||||
return
|
||||
if(aiEyeFlag)
|
||||
M.client.eye = locate(dd_range(1,oldeye.loc.x+rand(-strength,strength),world.maxx),dd_range(1,oldeye.loc.y+rand(-strength,strength),world.maxy),oldeye.loc.z)
|
||||
@@ -438,7 +438,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
//Will make the strength falloff after the duration.
|
||||
//This helps to reduce jarring effects of major screenshaking suddenly returning to stability
|
||||
//Recommended taper values are 0.05-0.1
|
||||
if(M.client)
|
||||
if(!M.client)
|
||||
return
|
||||
if (taper > 0)
|
||||
while (strength > 0)
|
||||
|
||||
Reference in New Issue
Block a user