diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm index 81282e596ff..90e1c6691bf 100644 --- a/code/modules/mob/living/carbon/human/human_powers.dm +++ b/code/modules/mob/living/carbon/human/human_powers.dm @@ -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" diff --git a/html/changelogs/dekser-Edits Unathi tongue-flick-#12626.yml b/html/changelogs/dekser-Edits Unathi tongue-flick-#12626.yml new file mode 100644 index 00000000000..c0dada6618a --- /dev/null +++ b/html/changelogs/dekser-Edits Unathi tongue-flick-#12626.yml @@ -0,0 +1,5 @@ +author: Dekser + +delete-after: True +changes: + - tweak: "Teaks Unathi tongue-flick sensitivity."