Skip to content

Commit

Permalink
Grown Strong Nerf (#1498)
Browse files Browse the repository at this point in the history
Update you_strong.dm
  • Loading branch information
LanceSmites328 authored Oct 5, 2023
1 parent 189389d commit 1be1f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
return
gear = clamp(gear + rand(-1, 3), 1, 10)
UpdateGear()
src.apply_damage(50, BRUTE, null, 0, spread_damage = TRUE)// OOF OUCH MY BONES
src.apply_damage(150, BRUTE, null, 0, spread_damage = TRUE)// OOF OUCH MY BONES
COOLDOWN_START(src, gear_shift, gear_cooldown)

/mob/living/simple_animal/hostile/grown_strong/death(gibbed)
Expand Down

0 comments on commit 1be1f20

Please sign in to comment.