Improves logging on the bolt of change so admins can follow the paper trail of terrible mobs who get turned into other terrible mobs

This commit is contained in:
Incoming
2013-12-31 01:11:20 -05:00
parent 47ba33c50c
commit b33efbfa6b
@@ -193,6 +193,9 @@ proc/wabbajack(mob/living/M)
for (var/obj/effect/proc_holder/spell/S in M.spell_list)
new_mob.spell_list += new S.type
new_mob.attack_log = M.attack_log
M.attack_log += text("\[[time_stamp()]\] <font color='orange'>[M.real_name] ([M.ckey]) became [new_mob.real_name].</font>")
new_mob.a_intent = "harm"
if(M.mind)
M.mind.transfer_to(new_mob)