[MIRROR] Converts many proc overrides to properly use list/modifiers, lots of other smaller things (#3433)

* Converts many proc overrides to properly use list/modifiers, lots of other smaller things

* Update human_defense.dm

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-17 14:18:21 +00:00
committed by GitHub
co-authored by LemonInTheDark Gandalf2k15
parent 6f01502b33
commit 43febe3145
254 changed files with 837 additions and 837 deletions
@@ -113,10 +113,10 @@
walk_link(user)
//ATTACK HAND IGNORING PARENT RETURN VALUE
/obj/effect/cross_action/spacetime_dist/attack_hand(mob/user)
/obj/effect/cross_action/spacetime_dist/attack_hand(mob/user, list/modifiers)
walk_link(user)
/obj/effect/cross_action/spacetime_dist/attack_paw(mob/user)
/obj/effect/cross_action/spacetime_dist/attack_paw(mob/user, list/modifiers)
walk_link(user)
/obj/effect/cross_action/spacetime_dist/Destroy()