Adds examine boxes. (#18370)

* Adds examine boxes.

* lint

* what kind of dreams did you dream?

* unlimited

* midgardsormr

* sdsd

* fixes

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-02-11 21:58:20 +00:00
committed by GitHub
co-authored by Matt Atlas
parent d57c5e7c43
commit 4423d03f2f
296 changed files with 1317 additions and 1257 deletions
+2 -2
View File
@@ -29,10 +29,10 @@
. = ..()
create_reagents(180)
/obj/structure/chemkit/examine(mob/user)
/obj/structure/chemkit/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
. = ..()
if(analyzer)
to_chat(user, SPAN_NOTICE("The analyzer displays that the temperature is [round(reagents.get_temperature() - T0C,0.1)]C."))
. += SPAN_NOTICE("The analyzer displays that the temperature is [round(reagents.get_temperature() - T0C,0.1)]C.")
/obj/structure/chemkit/verb/phase_filter()
set name = "Set Phase Filter"