Add ore silo examine message, add it to runtimestation (#39792)

I added an examine message to the ore silo:

    [src] can be linked to techfabs, circuit printers and protolathes with a
    multitool.

Also added it to runtimestation, which required me to expand the area a little.
This commit is contained in:
81Denton
2018-08-21 08:24:36 +02:00
committed by Tad Hardesty
parent 89a3e26ecd
commit 7a52e44b0d
2 changed files with 213 additions and 161 deletions

View File

@@ -180,6 +180,10 @@ GLOBAL_LIST_EMPTY(silo_access_logs)
updateUsrDialog()
flick("silo_active", src)
/obj/machinery/ore_silo/examine(mob/user)
..()
to_chat(user, "<span class='notice'>[src] can be linked to techfabs, circuit printers and protolathes with a multitool.</span>")
/datum/ore_silo_log
var/name // for VV
var/formatted // for display