From a9ea7be699c595d8eaf170ba675aec58024e78ee Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Fri, 3 Apr 2020 18:21:38 +0200 Subject: [PATCH] Update dwarves.dm --- code/modules/mob/living/carbon/human/species_types/dwarves.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)