Removes mob.lastattacked and replaces lastattacker with a string

This commit is contained in:
vuonojenmustaturska
2017-10-22 11:29:35 -05:00
committed by CitadelStationBot
parent f450abcaab
commit 1794018ae1
6 changed files with 219 additions and 12 deletions
+2 -2
View File
@@ -44,8 +44,8 @@
else if(hitsound)
playsound(loc, hitsound, get_clamped_volume(), 1, -1)
user.lastattacked = M
M.lastattacker = user
M.lastattacker = user.real_name
M.lastattackerckey = user.ckey
user.do_attack_animation(M)
M.attacked_by(src, user)