diff --git a/code/modules/events/spider_infestation.dm b/code/modules/events/spider_infestation.dm index f26b02879f..2f3234d0db 100644 --- a/code/modules/events/spider_infestation.dm +++ b/code/modules/events/spider_infestation.dm @@ -6,7 +6,7 @@ /datum/event/spider_infestation/setup() - if(prob(75) && severity == 3) //CHOMP Add 75% chance of the event to even occur if chosen and is major severity + if(prob(25) && severity == 3) //CHOMP Add 25% chance for the event to fail if chosen and is major severity log_debug("Major spider infestation failed successfully.") kill() return