Multitool SmartTrack (#11802)

This commit is contained in:
Geeves
2021-05-08 12:08:29 +02:00
committed by GitHub
parent 9422b83560
commit ca2bd4f179
5 changed files with 105 additions and 6 deletions

View File

@@ -207,6 +207,9 @@ a creative player the means to solve many problems. Circuits are held inside an
M = held_item
if(!M && off_hand?.ismultitool())
M = off_hand
if(M.tracking_apc)
to_chat(usr, SPAN_WARNING("\The [M]'s smart tracking is enabled! Disable it to regain I/O functionality."))
return TRUE
if(href_list["rename"])
rename_component(usr)