From 70734b705a8e6d40471f6edb97398e2e8ddbc888 Mon Sep 17 00:00:00 2001 From: Fermi Date: Thu, 13 Jun 2019 02:01:42 +0100 Subject: [PATCH] Forgot to commit to blood. --- code/modules/mob/living/blood.dm | 8 -------- 1 file changed, 8 deletions(-) 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))