Revert "Fixes lung rupturing"

This commit is contained in:
Yoshax
2016-08-09 15:41:10 +01:00
committed by GitHub
parent 8c363c1ecb
commit 6e2d7587ad
6 changed files with 4 additions and 60 deletions
+1 -8
View File
@@ -23,11 +23,4 @@
owner.drip(10)
if(prob(4))
spawn owner.emote("me", 1, "gasps for air!")
owner.losebreath += 15
/obj/item/organ/internal/lungs/proc/rupture()
var/obj/item/organ/external/parent = owner.get_organ(parent_organ)
if(istype(parent))
owner.custom_pain("You feel a stabbing pain in your [parent.name]!", 1)
parent.bruise()
owner.losebreath += 15
-3
View File
@@ -247,9 +247,6 @@ var/list/organ_cache = list()
if(parent && !silent)
owner.custom_pain("Something inside your [parent.name] hurts a lot.", 1)
/obj/item/organ/proc/bruise()
damage = max(damage, min_bruised_damage)
/obj/item/organ/proc/robotize() //Being used to make robutt hearts, etc
robotic = ORGAN_ROBOT
src.status &= ~ORGAN_BROKEN