Merge pull request #4952 from Citadel-Station-13/upstream-merge-34574

[MIRROR] Added observer verb View Gases
This commit is contained in:
deathride58
2018-01-19 19:42:18 +00:00
committed by GitHub
2 changed files with 11 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
var/gas = env_gases[id]
var/moles = gas[MOLES]
if (moles >= 0.00001)
lines += "[gas[GAS_META][META_GAS_NAME]]: [moles]"
lines += "[gas[GAS_META][META_GAS_NAME]]: [moles] mol"
to_chat(usr, lines.Join("\n"))
/client/proc/air_status(turf/target)