medruntime (#17940)

This commit is contained in:
Guti
2025-07-01 01:14:45 +02:00
committed by GitHub
parent a9d342f967
commit 126b40b506
4 changed files with 26 additions and 4 deletions
@@ -172,6 +172,9 @@
message += "[symptom.name]"
else
message += span_info("<b>[disease.name]</b>, stage [disease.stage]/[disease.max_stages].")
disease.addToDB()
to_chat(user, examine_block(jointext(message, "\n")), avoid_highlighting = TRUE, trailing_newline = FALSE, type = MESSAGE_TYPE_INFO)
/obj/item/extrapolator/proc/extrapolate(mob/living/user, atom/target, isolate = FALSE)