Forgot to commit to blood.

This commit is contained in:
Fermi
2019-06-13 02:01:42 +01:00
parent 7c73203fc2
commit 70734b705a
-8
View File
@@ -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))