Skip to content

Commit

Permalink
precision reagent scan
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 5, 2024
1 parent dc917dc commit bac22e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/borer/borer_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
if(human_target.reagents.reagent_list.len)
to_chat(user, SPAN_XENONOTICE("Subject contains the following reagents:"))
for(var/datum/reagent/R in human_target.reagents.reagent_list)
to_chat(user, "[R.overdose != 0 && R.volume >= R.overdose && !(R.flags & REAGENT_CANNOT_OVERDOSE) ? SPAN_WARNING("<b>OD: </b>") : ""] <font color='#9773C4'><b>[round(R.volume, 1)]u [R.name]</b></font>")
to_chat(user, "[R.overdose != 0 && R.volume >= R.overdose && !(R.flags & REAGENT_CANNOT_OVERDOSE) ? SPAN_WARNING("<b>OD: </b>") : ""] <font color='#9773C4'><b>[R.volume]u [R.name]</b></font>")
else
to_chat(user, SPAN_XENONOTICE("Subject contains no reagents."))
if(isxeno(M))
Expand Down

0 comments on commit bac22e8

Please sign in to comment.