Fix for internal organ surgery

Fixes internal organ surgery, and some other places where the same
problem would have cropped up
This commit is contained in:
VampyrBytes
2014-07-16 20:17:50 +01:00
parent 3962895c56
commit 34712ecc37
4 changed files with 15 additions and 15 deletions
@@ -112,7 +112,7 @@
severity -= 1
severity = min(max(severity, 0), 4)
var/mob/living/carbon/human/H = C
var/datum/organ/internal/eyes/E = H.internal_organs["eyes"]
var/datum/organ/internal/eyes/E = H.internal_organs_by_name["eyes"]
switch(severity)
if(0)