mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Merge branch 'master' of github.com:Baystation12/Baystation12
This commit is contained in:
@@ -160,14 +160,14 @@
|
||||
switch(mob.m_intent)
|
||||
if("run")
|
||||
if(mob.drowsyness > 0)
|
||||
move_delay += 6
|
||||
move_delay += 5
|
||||
// if(mob.organStructure && mob.organStructure.legs)
|
||||
// move_delay += mob.organStructure.legs.moveRunDelay
|
||||
move_delay += 1
|
||||
move_delay += 2
|
||||
if("walk")
|
||||
// if(mob.organStructure && mob.organStructure.legs)
|
||||
// move_delay += mob.organStructure.legs.moveWalkDelay
|
||||
move_delay += 7
|
||||
move_delay += 5
|
||||
move_delay += mob.movement_delay()
|
||||
|
||||
//We are now going to move
|
||||
|
||||
Reference in New Issue
Block a user