Prevents speed stacking with the DNA vault (#16911)

* speed stacking fix

* makes the speed consistant
This commit is contained in:
hal9000PR
2021-10-17 11:10:59 +01:00
committed by GitHub
parent 5fcd831370
commit 4400bca165
+1 -1
View File
@@ -325,7 +325,7 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/m
ADD_TRAIT(H, TRAIT_PIERCEIMMUNE, "dna_vault")
if(VAULT_SPEED)
to_chat(H, "<span class='notice'>You feel very fast and agile.</span>")
S.speed_mod = -1
ADD_TRAIT(H, TRAIT_GOTTAGOFAST, "dna_vault")
if(VAULT_QUICK)
to_chat(H, "<span class='notice'>Your arms move as fast as lightning.</span>")
H.next_move_modifier = 0.5