Add logging to borer infestation

This commit is contained in:
variableundefined
2018-08-22 21:56:21 +08:00
parent de89b5d1ec
commit 29dc8c876f
@@ -363,7 +363,9 @@
if(M.has_brain_worms())
to_chat(src, "<span class='warning'>[M] is already infested!</span>")
return
host = M
add_attack_logs(src, host, "Infested as borer")
M.borer = src
forceMove(M)