summaryrefslogtreecommitdiff
path: root/src/game-server/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/being.cpp')
-rw-r--r--src/game-server/being.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 9400f5df..e266da0d 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -432,7 +432,8 @@ bool Being::recalculateBaseAttribute(unsigned int attr)
newBase = 3.0 + getModifiedAttribute(ATTR_AGI) * 0.08; // Provisional.
break;
case ATTR_MOVE_SPEED_RAW:
- newBase = utils::tpsToSpeed(getModifiedAttribute(ATTR_MOVE_SPEED_TPS));
+ newBase = utils::tpsToRawSpeed(
+ getModifiedAttribute(ATTR_MOVE_SPEED_TPS));
break;
case ATTR_INV_CAPACITY:
// Provisional