Oops I got the %chance backwards

This commit is contained in:
Razgriz
2023-02-24 13:17:54 -07:00
committed by GitHub
parent 781b7b75d4
commit 5869a7dd23

View File

@@ -6,7 +6,7 @@
/datum/event/spider_infestation/setup() /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.") log_debug("Major spider infestation failed successfully.")
kill() kill()
return return