Skip to content

Commit

Permalink
The fix (#23290)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Nov 17, 2023
1 parent 7f02b68 commit be1f2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ REAGENT SCANNER
msgs += "<span class='warning'><b>Warning: Blood Level ERROR: --% --cl.</span><span class='notice'>Type: ERROR</span>"
msgs += "<span class='notice'>Subject's pulse: <font color='red'>-- bpm.</font></span>"
to_chat(user, chat_box_healthscan(msgs.Join("<br>")))
return

var/mob/living/carbon/human/H = M
var/fake_oxy = max(rand(1,40), H.getOxyLoss(), (300 - (H.getToxLoss() + H.getFireLoss() + H.getBruteLoss())))
Expand Down

0 comments on commit be1f2d9

Please sign in to comment.