Skip to content

Commit

Permalink
modified: code/modules/organs/organs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Istrelok2107 committed Nov 28, 2024
1 parent 16ee9d4 commit e0fff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
///How many drugs we can take before they overwhelm us. Decreases with damage
var/current_medicine_cap = 5
///Additional medicine capacity given by the freyr module.
var/freyr_medicine_cap = 3
var/freyr_medicine_cap = 5
///Whether we were over cap the last time we checked.
var/old_overflow = FALSE
///Total medicines added since last tick
Expand Down

0 comments on commit e0fff00

Please sign in to comment.