feedback change on meter improvements

thanks @comma
This commit is contained in:
Walter0o
2014-08-10 06:47:28 +02:00
parent aea4dc3344
commit 29ce255597

View File

@@ -91,7 +91,7 @@
/obj/machinery/meter/Click()
if(istype(usr, /mob/living/silicon/ai)) // ghosts can call ..() for examine
usr << examine()
examine()
return 1
return ..()