513 Compatability

This commit is contained in:
Unknown
2019-12-12 10:43:26 -05:00
parent f0af6fb3c1
commit a74b061802
6 changed files with 36 additions and 17 deletions

View File

@@ -1016,7 +1016,7 @@ Note that amputating the affected organ does in fact remove the infection from t
W.germ_level = 0
return rval
/obj/item/organ/external/proc/clamp()
/obj/item/organ/external/proc/organ_clamp()
var/rval = 0
src.status &= ~ORGAN_BLEEDING
for(var/datum/wound/W in wounds)