Merge pull request #14519 from farie82/IGNORESLOWDOWN-fix

Makes the speed gene and other ignoreslowdown buffs take speedups into account
This commit is contained in:
AffectedArc07
2020-10-06 08:36:45 +01:00
committed by GitHub
3 changed files with 26 additions and 24 deletions
+2 -2
View File
@@ -215,7 +215,7 @@
alert_type = /obj/screen/alert/status_effect/regenerative_core
/datum/status_effect/regenerative_core/on_apply()
owner.status_flags |= IGNORESLOWDOWN
owner.status_flags |= IGNORE_SPEED_CHANGES
owner.adjustBruteLoss(-25)
owner.adjustFireLoss(-25)
owner.remove_CC()
@@ -229,4 +229,4 @@
return TRUE
/datum/status_effect/regenerative_core/on_remove()
owner.status_flags &= ~IGNORESLOWDOWN
owner.status_flags &= ~IGNORE_SPEED_CHANGES