diff --git a/code/modules/mob/living/carbon/human/species_types/dwarves.dm b/code/modules/mob/living/carbon/human/species_types/dwarves.dm
index ae308ee1ef..bb2c08aa9b 100644
--- a/code/modules/mob/living/carbon/human/species_types/dwarves.dm
+++ b/code/modules/mob/living/carbon/human/species_types/dwarves.dm
@@ -142,7 +142,7 @@ GLOBAL_LIST_INIT(dwarf_last, world.file2list("strings/names/dwarf_last.txt")) //
to_chat(owner, "Someone should really clean up in here!")
last_filth_spam = world.time
if(26 to 50)
- if(prob(7)) //And then the probability they vomit along with it.
+ if(prob(6)) //And then the probability they vomit along with it.
to_chat(owner, "The stench makes you queasy.")
owner.vomit(10) //I think vomit should stay over a disgust adjustment.
if(51 to 75)