Skip to content

Commit

Permalink
Makes sneaky rodents able to avoid traps (#1970)
Browse files Browse the repository at this point in the history
* Makes sneaky rodents able to avoid traps

* add change comments

* makes Milon happy

* adds extra line back

* didn't work

* boofin USA

---------

Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Oct 9, 2024
1 parent db01848 commit e0c23e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
10: Critical
20: Dead
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseWalkSpeed : 1.9 # DeltaV - Allows them to sneak over traps
baseSprintSpeed : 5
- type: DamageStateVisuals
states:
Expand Down Expand Up @@ -3206,7 +3206,7 @@
40: Critical
60: Dead
- type: MovementSpeedModifier
baseWalkSpeed : 2.5
baseWalkSpeed : 1.9 # DeltaV - Allows them to sneak over traps
baseSprintSpeed : 4
- type: Inventory
speciesId: hamster
Expand Down

0 comments on commit e0c23e6

Please sign in to comment.