diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index e6c80e034f..3a1fb1a3cc 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -544,7 +544,9 @@ All effects don't start immediately, but rather get worse over time; the rate is Dizzy(10) if(drunkenness >= 51) - if(prob(3)) + if(iscathayan(src)) + drunkenness = 50 + else if(prob(3)) add_confusion(15) vomit() // vomiting clears toxloss, consider this a blessing Dizzy(25)