Skip to content

Commit

Permalink
30 to 85
Browse files Browse the repository at this point in the history
  • Loading branch information
Axidyuwu committed Nov 6, 2024
1 parent b8d9c4b commit ae16f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
/datum/status_effect/eldritch/ash/on_effect()
if(iscarbon(owner))
var/mob/living/carbon/carbon_owner = owner
carbon_owner.adjustStaminaLoss(17 * repetitions) // first one = 30 stam // FLUFFY FRONTIER EDIT: ANTAG BUFF #5159; original: 6
carbon_owner.adjustStaminaLoss(17 * repetitions) // first one = 85 stam; FLUFFY FRONTIER EDIT: ANTAG BUFF #5159; original: 6
carbon_owner.adjustFireLoss(3 * repetitions) // first one = 15 burn
for(var/mob/living/carbon/victim in shuffle(range(1, carbon_owner)))
if(IS_HERETIC(victim) || victim == carbon_owner)
Expand Down

0 comments on commit ae16f16

Please sign in to comment.