Skip to content

Commit

Permalink
Reduces flood (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Sep 24, 2024
1 parent 92790c1 commit 40eb014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/scrubber_overflow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/// Amount of reagents ejected from each scrubber
var/reagents_amount = 50
/// Probability of an individual scrubber overflowing
var/overflow_probability = 50
var/overflow_probability = 20 //monkestation edit: 20 down from 50
/// Specific reagent to force all scrubbers to use, null for random reagent choice
var/datum/reagent/forced_reagent_type
/// A list of scrubbers that will have reagents ejected from them
Expand Down

0 comments on commit 40eb014

Please sign in to comment.