mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
co-authored by
vincentiusvin
Gandalf
parent
0870572174
commit
0efc694378
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user