reverts the bleed changes till they can be better tuned

This commit is contained in:
Poojawa
2019-09-12 00:14:26 -05:00
parent 4408d1b684
commit 65a89030eb
13 changed files with 28 additions and 152 deletions
@@ -118,12 +118,6 @@
target.adjustFireLoss(-4)
target.adjustToxLoss(-1, forced = TRUE)
target.adjustOxyLoss(-1)
if(ishuman(target))
var/mob/living/carbon/human/H = target
if(H.bleed_rate)
H.bleed_rate -= 1
if(H.radiation)
H.radiation -= 10 //it heals toxin, why wouldn't it also heal radiation?
return
/obj/item/gun/medbeam/proc/on_beam_release(var/mob/living/target)