- Refactor the visible_message() proc to be much faster.

- Replacing some "for(var/mob/o in viewers()) show_message()" by "visible_message()".
- Replacing some "show_message()" by " << "..." " instead.
- Fixes being able to see the results of the health and slime analyzers while blind.
-
This commit is contained in:
phil235
2016-01-04 22:49:27 +01:00
committed by phil235
parent dc1e7c11fa
commit e225fbc850
14 changed files with 144 additions and 158 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
t+= "Plasma : [env.toxins]\n"
t+= "CO2: [env.carbon_dioxide]\n"
usr.show_message(t, 1)
usr << t
feedback_add_details("admin_verb","ASL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_robotize(mob/M in mob_list)