Skip to content

Commit

Permalink
Merge pull request #1537 from TheGrimbeeper/clownspider-error-every-f…
Browse files Browse the repository at this point in the history
…rame

fixed clownspiders throwing an error every frame they move
  • Loading branch information
formlessnameless authored Feb 1, 2025
2 parents 3761c77 + d76ebe9 commit 2acdaa0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2546,9 +2546,16 @@
- type: Sprite
drawdepth: Mobs
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
- map: ["enum.DamageStateVisualLayers.Base", "movement"]
state: clown
sprite: Mobs/Animals/clownspider.rsi
- type: SpriteMovement
movementLayers:
movement:
state: clown
noMovementLayers:
movement:
state: clown
- type: Butcherable
spawned:
- id: MaterialBananium1
Expand Down

0 comments on commit 2acdaa0

Please sign in to comment.