Adds a cap to losebreath

This commit is contained in:
Anewbe
2017-11-26 21:55:55 -06:00
parent 63a62a2739
commit 1d9af61ff0
7 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
owner.drip(10)
if(prob(8))
spawn owner.emote("me", 1, "gasps for air!")
owner.losebreath += 15
owner.AdjustLosebreath(15)
/obj/item/organ/internal/lungs/proc/rupture()
var/obj/item/organ/external/parent = owner.get_organ(parent_organ)