mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Fixes Simplemob Movement Delay
Ever since #7174 was introduced, perhaps earlier, the following two lines have been indented with a space. Erroneous or not, this meant that config.animal_delay and the parent were never checked UNLESS the simplemob was using walk intent.
This commit is contained in:
@@ -247,9 +247,9 @@
|
||||
if(m_intent == "walk")
|
||||
. *= 1.5
|
||||
|
||||
. += config.animal_delay
|
||||
. += config.animal_delay
|
||||
|
||||
. += ..()
|
||||
. += ..()
|
||||
|
||||
|
||||
/mob/living/simple_mob/Stat()
|
||||
|
||||
Reference in New Issue
Block a user