Fixing sprint buffer cost and regen being rounded down.

This commit is contained in:
Ghom
2020-02-16 19:23:41 +01:00
committed by GitHub
parent 006e05fa34
commit 32487a95a3

View File

@@ -234,6 +234,7 @@
/datum/config_entry/number/movedelay //Used for modifying movement speed for mobs.
abstract_type = /datum/config_entry/number/movedelay
integer = FALSE
/datum/config_entry/number/movedelay/ValidateAndSet()
. = ..()