Removed increase/decrease blood var.

This commit is contained in:
Fermi
2019-06-13 01:58:26 +01:00
parent 18292d4fc6
commit 9effbb1e33
2 changed files with 0 additions and 4 deletions

View File

@@ -55,7 +55,6 @@
//Effects of bloodloss
var/word = pick("dizzy","woozy","faint")
//switch(blood_volume) Used to be a switch statement; now it uses ifs (so blood ratio can work.) Check my logic please.
switch(blood_volume * INVERSE(blood_ratio))
if(BLOOD_VOLUME_OKAY to BLOOD_VOLUME_SAFE)
if(prob(5))