fix: Basic mobs' multiplicative movespeed (#75186)

## About The Pull Request
Adds default multiplicative movespeed for basic mobs, so their speed is
configurable via config.

## Why It's Good For The Game
Closing things which were probably missed in the development of basic
mobs

## Changelog
🆑
code: Adds default multiplicative movespeed for basic mobs, to make them
editable in config
config: Default multiplicative movespeed for basic mobs in example
config
/🆑
This commit is contained in:
larentoun
2023-05-07 20:32:13 +03:00
committed by GitHub
parent fb22d5385b
commit 4dfebd58e9
2 changed files with 2 additions and 0 deletions
@@ -197,6 +197,7 @@
key_mode = KEY_MODE_TYPE
value_mode = VALUE_MODE_NUM
default = list( //DEFAULTS
/mob/living/basic = 1,
/mob/living/simple_animal = 1,
/mob/living/silicon/pai = 1,
/mob/living/carbon/alien/adult/hunter = -1,