Reimplements breathedeep's scan into atmozphere. (#67438)

* AtmoZphere tablet app now has the previous functionality of the BreatheDeep cartridge's scanning ability, meaning you can swap to analyzer mode to analyze with right-click.
This commit is contained in:
vincentiusvin
2022-06-03 04:45:35 -04:00
committed by GitHub
parent c45469d4f8
commit 4a1eb42930
9 changed files with 106 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
var/turf/T = get_turf(mob)
if(!isturf(T))
return
atmos_scan(user=usr, target=T, tool=null, silent=TRUE)
atmos_scan(user=usr, target=T, 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)