mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Edits Unathi tongue-flick (#12626)
This commit is contained in:
@@ -1184,8 +1184,8 @@ mob/living/carbon/human/proc/change_monitor()
|
||||
var/composition = "Non-existant"
|
||||
switch(round((mixture.gas[mix] / total_moles) * 100))
|
||||
if(0)
|
||||
composition = "Non-existent"
|
||||
if(0 to 5)
|
||||
continue
|
||||
if(0.1 to 5)
|
||||
composition = "Trace-amounts"
|
||||
if(5 to 15)
|
||||
composition = "Low-volume"
|
||||
|
||||
Reference in New Issue
Block a user