Makes vamp a bit better (#7233)

This commit is contained in:
Geeves
2019-11-13 23:18:56 +01:00
committed by Werner
parent ec9c3f5dec
commit a5e2c56669
6 changed files with 110 additions and 80 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ BREATH ANALYZER
user.show_message(text("<span class='warning'>Internal bleeding detected. Advanced scanner required for location.</span>"), 1)
if(M:vessel)
var/blood_volume = round(M:vessel.get_reagent_amount("blood"))
var/blood_percent = blood_volume / 560
var/blood_percent = blood_volume / 560
var/blood_type = M.dna.b_type
blood_percent *= 100
if(blood_volume <= 500 && blood_volume > 336)