Dismemberment Fixes

This commit is contained in:
Fox-McCloud
2015-01-31 03:14:26 -05:00
parent e5b01b43f1
commit 74bbb57a41
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -216,7 +216,7 @@
var/datum/organ/external/affected = target.get_organ(target_zone)
user.visible_message("\blue [user] cuts off [target]'s [affected.display_name] with \the [tool].", \
"\blue You cut off [target]'s [affected.display_name] with \the [tool].")
affected.droplimb(1,0)
affected.droplimb(1,1,1)
fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
var/datum/organ/external/affected = target.get_organ(target_zone)