actually makes your speed reset to normal once the status is gone rather then when you get hit again

This commit is contained in:
Kraseo
2020-05-04 21:06:15 +02:00
parent 3cf7fd5105
commit f760919108
+2 -1
View File
@@ -575,4 +575,5 @@
/datum/status_effect/regenerative_core/on_remove()
. = ..()
REMOVE_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, "regenerative_core")
REMOVE_TRAIT(owner, TRAIT_IGNOREDAMAGESLOWDOWN, "regenerative_core")
owner.updatehealth()