Skip to content

Commit

Permalink
Update wasteanimals.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Jul 10, 2023
1 parent a80fb04 commit d86d579
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,9 @@
toxpwr = 0.5
taste_description = "pain"
taste_mult = 1.3
var/base_bleed = 10
var/bleed_tier_divisor = 2 //increasing this number makes the effect weaker
var/blood_loss_tier = 200 // Losing a multiple of this much will stack on an extra divisor
var/base_bleed = 15
var/bleed_tier_divisor = 3 //increasing this number makes the effect weaker
var/blood_loss_tier = 250 // Losing a multiple of this much will stack on an extra divisor

/datum/reagent/toxin/rattler_venom/on_mob_life(mob/living/carbon/M)
var/divisor = 1
Expand Down

0 comments on commit d86d579

Please sign in to comment.