[MIRROR] Ingame Atmos Reaction Guide [MDB IGNORE] (#12428)

* Ingame Atmos Reaction Guide

* Update health_analyzer.dm

Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-01 01:48:28 +01:00
committed by GitHub
co-authored by vincentiusvin Gandalf
parent 0870572174
commit 0efc694378
27 changed files with 1168 additions and 655 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
var/turf/T = get_turf(mob)
if(!isturf(T))
return
atmosanalyzer_scan(usr, T, TRUE)
atmos_scan(user=usr, target=T, tool=null, silent=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)
+1 -1
View File
@@ -4,7 +4,7 @@
if(!isturf(target))
return
atmosanalyzer_scan(usr, target, TRUE)
atmos_scan(user=usr, target=target, tool=null, silent=TRUE)
SSblackbox.record_feedback("tally", "admin_verb", 1, "Show Air Status") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/fix_next_move()