mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Oops I got the %chance backwards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user