Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
interact(user)
|
||||
return
|
||||
|
||||
if(istype(W, /obj/item/device/multitool) && panel_open)
|
||||
if(istype(W, /obj/item/multitool) && panel_open)
|
||||
input_dir = turn(input_dir, -90)
|
||||
output_dir = turn(output_dir, -90)
|
||||
to_chat(user, "<span class='notice'>You change [src]'s I/O settings, setting the input to [dir2text(input_dir)] and the output to [dir2text(output_dir)].</span>")
|
||||
|
||||
Reference in New Issue
Block a user