Several fixes to germs.

This commit is contained in:
cib
2012-11-12 13:17:11 +01:00
parent e92cecdefe
commit 95181d96a8
5 changed files with 22 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ proc/spread_germs_to_organ(datum/organ/external/E, mob/living/carbon/human/user)
var/datum/organ/external/affected = target.get_organ(target_zone)
user.visible_message("\blue [user] clamps bleeders in [target]'s [affected.display_name] with \the [tool].", \
"\blue You clamp bleeders in [target]'s [affected.display_name] with \the [tool].")
affected.bandage()
affected.clamp()
affected.status &= ~ORGAN_BLEEDING
spread_germs_to_organ(affected, user)