Merge pull request #4952 from Citadel-Station-13/upstream-merge-34574
[MIRROR] Added observer verb View Gases
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user