mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
associative list
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
usr << "<span class='adminnotice'>@[target.x],[target.y]: [GM.temperature] Kelvin, [GM.return_pressure()] kPa [(burning)?("\red BURNING"):(null)]</span>"
|
||||
for(var/gas in GM.gases)
|
||||
if(gas[GAS_INDEX] <= 4 || gas[MOLES])
|
||||
if(gas[GAS_ID] in hardcoded_gases || gas[MOLES])
|
||||
usr << "[gas[GAS_NAME]]: [gas[MOLES]]"
|
||||
feedback_add_details("admin_verb","DAST") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user