Merge pull request #3554 from Citadel-Station-13/upstream-merge-31981

[MIRROR] Removes mob.lastattacked and replaces lastattacker with a string
This commit is contained in:
LetterJay
2017-10-23 14:48:10 -04:00
committed by GitHub
6 changed files with 214 additions and 216 deletions
@@ -417,8 +417,9 @@ Congratulations! You are now trained for invasive xenobiology research!"}
toggle(user)
/obj/item/abductor_baton/proc/StunAttack(mob/living/L,mob/living/user)
user.lastattacked = L
L.lastattacker = user
L.lastattacker = user.real_name
L.lastattackerckey = user.ckey
L.Knockdown(140)
L.apply_effect(STUTTER, 7)