Skip to content

Commit

Permalink
diminishing returns ramp up tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed May 20, 2024
1 parent 5244bd1 commit f9b585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__defines/chemistry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define REAGENTS_OVERDOSE 30

//For chemical effects with diminishing returns, how much %wise should we lose for each second the chem is in us?
#define DIMINISHING_RETURNS_PERSECOND_LOSS 0.006
#define DIMINISHING_RETURNS_PERSECOND_LOSS 0.007
//What is the lowest our multiplier can get?
#define DIMINISHING_RETURNS_CAP 0.4

Expand Down

0 comments on commit f9b585d

Please sign in to comment.