Reworks aut'akh augments (#9079)

This pr changes all aut'akh augments and adds a couple of new ones, with effects and the like. Requested by sleepy.
This commit is contained in:
Alberyk
2020-06-28 13:58:37 +03:00
committed by GitHub
parent e0f770539e
commit bb9d1e2b22
7 changed files with 164 additions and 152 deletions
@@ -517,6 +517,11 @@
log_debug("Error: Species with special sprint mechanics has not overridden cost function.")
return 0
var/obj/item/organ/internal/augment/calf_override/C = H.internal_organs_by_name[BP_AUG_CALF_OVERRIDE]
if(C && !C.is_broken())
cost = 0
C.do_run_act()
var/remainder = 0
if (H.stamina > cost)
H.stamina -= cost