Skip to content

Commit

Permalink
Adds compatible to the analyser
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed May 26, 2024
1 parent 0c03713 commit dc744a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ GENE SCANNER
blood_type = R.name
else
blood_type = blood_id
var/blood_info = "[blood_type] ([jointext(get_safe_blood(blood_type), ", ")])"
var/blood_info = "[blood_type] (Compatible: [jointext(get_safe_blood(blood_type), ", ")])"
if(C.blood_volume <= BLOOD_VOLUME_SAFE && C.blood_volume > BLOOD_VOLUME_OKAY)
message += "<span class='alert'>Blood level: LOW [blood_percent] %, [C.blood_volume] cl,</span> <span class='info'>type: [blood_info]</span>"
else if(C.blood_volume <= BLOOD_VOLUME_OKAY)
Expand Down

0 comments on commit dc744a7

Please sign in to comment.