diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index 5580057d8f..99b8b14ef6 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -318,14 +318,6 @@ if(!B) B = new(T) -//I think I had a plan, but it went out the window. -/mob/living/proc/IncreaseBloodVol(var/value) - blood_ratio += value - return - -/mob/living/proc/DecreaseBloodVol(var/value) - blood_ratio -= value - //This is a terrible way of handling it. /mob/living/proc/ResetBloodVol() if(ishuman(src))