mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Test Commit - Reduced running speed to be similar to BS12. Increased
walking speed.
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