Logs martial arts now! (#727)

* Logs martial arts now!
Because holy hell, those not being logged is stupid.

* Canister jumplinks
Because they're useful.
This commit is contained in:
skull132
2016-08-14 17:01:49 +03:00
committed by GitHub
parent 0c11ead789
commit 9b0ce68660
2 changed files with 2 additions and 1 deletions
@@ -402,6 +402,7 @@
user.visible_message("<span class='warning'>[user] begins to dislocate [src]'s [organ.joint]!</span>")
if(do_after(user, 100))
organ.dislocate(1)
admin_attack_log(user, src, "dislocated [organ.joint].", "had his [organ.joint] dislocated.", "dislocated [organ.joint] of")
src.visible_message("<span class='danger'>[src]'s [organ.joint] [pick("gives way","caves in","crumbles","collapses")]!</span>")
return 1
return 0