From 5ae7510038f6996780b4139ce25490f950ec1858 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 29 Jun 2017 00:27:45 -0400 Subject: [PATCH] Fixes Limb Augmentation Open Wound --- code/modules/surgery/limb_augmentation.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/surgery/limb_augmentation.dm b/code/modules/surgery/limb_augmentation.dm index 174076c5fab..773508c88ea 100644 --- a/code/modules/surgery/limb_augmentation.dm +++ b/code/modules/surgery/limb_augmentation.dm @@ -52,4 +52,7 @@ qdel(tool) + affected.open = 0 + affected.germ_level = 0 + affected.status &= ~ORGAN_BLEEDING return 1 \ No newline at end of file