VS: Consistent logging changes to match polaris commit

This commit is contained in:
Arokha Sieyes
2018-03-10 15:52:33 -05:00
parent 2c9bdf3ae4
commit 46f4022852
9 changed files with 25 additions and 39 deletions
@@ -44,10 +44,6 @@
if (C.can_feel_pain())
C.emote("scream")
//Logging for this causes runtimes resulting in the cremator locking up. Commenting it out until that's figured out.
//M.attack_log += "\[[time_stamp()]\] Has been cremated by <b>[user]/[user.ckey]</b>" //No point in this when the mob's about to be deleted
//user.attack_log +="\[[time_stamp()]\] Cremated <b>[M]/[M.ckey]</b>"
//log_attack("\[[time_stamp()]\] <b>[user]/[user.ckey]</b> cremated <b>[M]/[M.ckey]</b>")
M.death(1)
M.ghostize()
qdel(M)