Merge pull request #8909 from Ghommie/Ghommie-cit143

Fixes named arg Knockdown calls.
This commit is contained in:
kevinz000
2019-07-22 20:17:30 -07:00
committed by GitHub
6 changed files with 8 additions and 19 deletions
@@ -3,7 +3,7 @@
amount = dna.species.spec_stun(src,amount)
return ..()
/mob/living/carbon/human/Knockdown(amount, updating = 1, ignore_canknockdown = 0)
/mob/living/carbon/human/Knockdown(amount, updating = TRUE, ignore_canknockdown = FALSE, override_hardstun, override_stamdmg)
amount = dna.species.spec_stun(src,amount)
return ..()