Skip to content

Commit

Permalink
balance: Nerf ashwalkers speedmod (#5977)
Browse files Browse the repository at this point in the history
* ashwalred run

* a bit more speed for shaman

---------

Co-authored-by: CJ8692 <[email protected]>
  • Loading branch information
L343-CJ and CJ8692 authored Oct 4, 2024
1 parent 07cb5c4 commit 121299a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/species/unathi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
language = LANGUAGE_UNATHI
default_language = LANGUAGE_UNATHI

speed_mod = -0.80
speed_mod = -0.50

inherent_traits = list(
TRAIT_HAS_LIPS,
Expand Down Expand Up @@ -218,7 +218,7 @@
)
brute_mod = 1.15
burn_mod = 1.15
speed_mod = -0.60 //less fast as ash walkers
speed_mod = -0.37 //less fast as ash walkers
punchdamagelow = 4
punchdamagehigh = 7
punchstunthreshold = 7 //still can stun people pretty often
Expand Down

0 comments on commit 121299a

Please sign in to comment.