Removes mob.lastattacked and replaces lastattacker with a string
This commit is contained in:
committed by
CitadelStationBot
parent
f450abcaab
commit
1794018ae1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user