mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Merge pull request #7407 from Fox-McCloud/movement-fixes
Movement fixes
This commit is contained in:
@@ -1008,9 +1008,10 @@ var/list/slot_equipment_priority = list( \
|
||||
drop_l_hand()
|
||||
drop_r_hand()
|
||||
|
||||
/mob/proc/facedir(var/ndir)
|
||||
if(!canface()) return 0
|
||||
dir = ndir
|
||||
/mob/proc/facedir(ndir)
|
||||
if(!canface())
|
||||
return 0
|
||||
setDir(ndir)
|
||||
client.move_delay += movement_delay()
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user