This commit is contained in:
c0
2016-03-12 15:14:50 +03:00
parent ed8239d840
commit d206a14644
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
/obj/item/device/assembly/control/examine(mob/user)
..()
if(id)
user << "It's channel ID is '[id]'."
user << "<span class='notice'>Its channel ID is '[id]'.</span>"
/obj/item/device/assembly/control/activate()