Merge pull request #9396 from variableundefined/BorerWiggle

Add logging to borer infestation
This commit is contained in:
Crazy Lemon
2018-08-22 21:43:18 -07:00
committed by GitHub
@@ -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)