adds logging to ripley gibs (#32032)

* maybe this works, and maybe it doesn't

* cyberfriend

* oh right
This commit is contained in:
Armhulen
2017-10-24 09:24:05 -07:00
committed by CitadelStationBot
parent ffd635e209
commit 0090a71bea
@@ -81,6 +81,7 @@
"<span class='userdanger'>[chassis] drills [target] with [src].</span>")
add_logs(user, target, "attacked", "[name]", "(INTENT: [uppertext(user.a_intent)]) (DAMTYPE: [uppertext(damtype)])")
if(target.stat == DEAD)
add_logs(user, target, "gibbed", name)
if(target.butcher_results)
target.harvest(chassis)//Butcher the mob with our drill.
else