Changes the reagent scanner to show blood species. Removes the word blood from species descriptors (#26309)

This commit is contained in:
Migratingcocofruit
2024-07-29 15:07:02 +00:00
committed by GitHub
parent dc9c38186d
commit 34c3465e0a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -746,7 +746,7 @@ SLIME SCANNER
dat += "<br>[TAB]<span class='notice'>[R] [details ? ":([R.volume / one_percent]%)" : ""]</span>"
else
blood_type = R.data["blood_type"]
dat += "<br>[TAB]<span class='notice'>[blood_type ? "[blood_type]" : ""] [R.name] [details ? ":([R.volume / one_percent]%)" : ""]</span>"
dat += "<br>[TAB]<span class='notice'>[blood_type ? "[blood_type]" : ""] [R.data["species"]] [R.name] [details ? ":([R.volume / one_percent]%)" : ""]</span>"
if(dat)
to_chat(user, "<span class='notice'>Chemicals found: [dat]</span>")
datatoprint = dat