mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +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:
@@ -53,9 +53,9 @@
|
||||
power_rating *= initial(power_rating)
|
||||
..()
|
||||
|
||||
/obj/machinery/atmospherics/binary/oxyregenerator/examine(user)
|
||||
/obj/machinery/atmospherics/binary/oxyregenerator/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
|
||||
. = ..()
|
||||
to_chat(user,"Its outlet port is to the [dir2text(dir)]")
|
||||
. += "Its outlet port is to the [dir2text(dir)]."
|
||||
|
||||
/obj/machinery/atmospherics/binary/oxyregenerator/attackby(obj/item/O as obj, mob/user as mob)
|
||||
if(O.iswrench())
|
||||
|
||||
Reference in New Issue
Block a user