[FIX] "usr is [usr]" (#7371)

* Update robotics.dm

* Update scanner.dm
This commit is contained in:
Killian
2020-07-31 08:59:39 +01:00
committed by VirgoBot
parent af4f2db5c2
commit 3821085794

View File

@@ -139,7 +139,7 @@
set category = "Object"
set src in view(1)
to_world("usr is [usr]")
//to_world("usr is [usr]") //why was this a thing? -KK.
display_data(usr)
/obj/item/device/detective_scanner/proc/display_data(var/mob/user)