mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user