Skip to content

Commit

Permalink
make toy mouse bit work
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Sep 21, 2024
1 parent f320d51 commit 8300e9e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,14 @@
equippedPrefix: mouse
slots:
- HEAD
- type: Damageable # DeltaV - let them be damaged, but they are indestructible
damageContainer: Inorganic
- type: NpcFactionMember # DeltaV - make cats play with mouse toys
# Begin DeltaV additions: make cats attack mouse toys to play with them
- type: Damageable
damageContainer: Inorganic # not actually destructible, just lets it be attacked
- type: MobState
- type: MobThresholds
thresholds:
0: Alive # always be considered alive
- type: NpcFactionMember
factions:
- Mouse

Expand Down

0 comments on commit 8300e9e

Please sign in to comment.