Ghosts can analyze gas mixes and some new objects can be analyzed (#43502)

* Ghosts can analyze gas mixes and some new objects can be analyzed

* Replace show_air_status_to with atmosanalyzer_scan
This commit is contained in:
William Wallace
2019-04-16 21:46:36 +12:00
committed by oranges
parent bac523a66c
commit a944c2a362
18 changed files with 75 additions and 53 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
var/turf/T = get_turf(mob)
if(!isturf(T))
return
show_air_status_to(T, usr)
atmosanalyzer_scan(usr, T, TRUE)
SSblackbox.record_feedback("tally", "admin_verb", 1, "Air Status In Location") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_robotize(mob/M in GLOB.mob_list)