Skip to content

Commit

Permalink
change 1 (#4513)
Browse files Browse the repository at this point in the history
Co-authored-by: SirNightKnight <=>
  • Loading branch information
SirNightKnight authored Dec 9, 2024
1 parent be2dd51 commit 63b6200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monkestation/code/modules/blood_datum/debilitated.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
/datum/status_effect/stacking/debilitated
id = "debilitated"
stacks = 0
max_stacks = 5
tick_interval = 10 SECONDS
delay_before_decay = 1 MINUTES
max_stacks = 10
tick_interval = 5 SECONDS
delay_before_decay = 30 SECONDS
consumed_on_threshold = FALSE
alert_type = /atom/movable/screen/alert/status_effect/debilitated
status_type = STATUS_EFFECT_REFRESH

///our base stamina loss multiplier
var/loss_multiplier = 1
///our per stack increase to stamina loss
var/per_stack_multiplier_increase = 0.2
var/per_stack_multiplier_increase = 0.1

/datum/status_effect/stacking/debilitated/on_apply()
. = ..()
Expand Down

0 comments on commit 63b6200

Please sign in to comment.