mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Now uses setDir
Tested, and didn't break anything.
This commit is contained in:
@@ -60,14 +60,14 @@
|
||||
set src in oview(1)
|
||||
|
||||
if(config.ghost_interaction)
|
||||
dir = turn(dir, 90)
|
||||
setDir(turn(dir, 90))
|
||||
handle_rotation()
|
||||
return
|
||||
else
|
||||
if(usr.incapacitated())
|
||||
return
|
||||
|
||||
dir = turn(dir, 90)
|
||||
setDir(turn(dir, 90))
|
||||
handle_rotation()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user