Fixes disguised morph movespeed bug (#72791)

## About The Pull Request

Morph is described as this in the antag panel: "While morphed, you move
faster, but are unable to attack creatures or eat anything." This is how
it has worked as long as I have played, but at somepoint in the past
this was broken. I was able to track down the source of this issue
easier with admin powers, finally back to squash my own bug report.

## Why It's Good For The Game

Fixes #61693

## Changelog
🆑
fix: Morphs now properly move faster when disguised rather than slowing
down.
/🆑
This commit is contained in:
PotatoMasher
2023-01-23 11:37:11 +01:00
committed by GitHub
parent 92e29dbe27
commit 73bc62616f
+1 -1
View File
@@ -127,7 +127,7 @@
multiplicative_slowdown = 5
/datum/movespeed_modifier/morph_disguised
multiplicative_slowdown = 1
multiplicative_slowdown = -1
/datum/movespeed_modifier/auto_wash
multiplicative_slowdown = 3