Skip to content

Commit

Permalink
fix dissapearing head and limbs
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenStyle committed Nov 22, 2024
1 parent 82904b8 commit 6539d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Body/Parts/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
- trigger:
!type:DamageTypeTrigger
damageType: Blunt
damage: 75
damage: 150 # was 75 . TODO gettin dissapear if lower than dettach health
behaviors:
- !type:GibPartBehavior { }
- trigger:
!type:DamageTypeTrigger
damageType: Slash
damage: 100
damage: 200 # was 100 . TODO gettin dissapear if lower than dettach health
behaviors:
- !type:GibPartBehavior { }
- trigger:
!type:DamageTypeTrigger
damageType: Heat
damage: 200
damage: 400 # was 200 . TODO gettin dissapear if lower than dettach health
behaviors:
- !type:SpawnEntitiesBehavior
spawnInContainer: true
Expand Down

0 comments on commit 6539d88

Please sign in to comment.