mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Bugfixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user