Skip to content

Commit

Permalink
Fixed Serialization Issues
Browse files Browse the repository at this point in the history
Removed BadFood type from the bone entity
Changed the parent for the bone helmet from HeadHelmetBasic to HeadBase
  • Loading branch information
Haltell committed Mar 14, 2024
1 parent 98fe7ea commit 81c711c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@

#Bone Helmet
- type: entity
parent: ClothingHeadHelmetBasic
parent: ClothingHeadBase
id: ClothingHeadHelmetBone
name: bone helmet
description: Cool-looking helmet made of skull of your enemies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@
- type: Item
size: 30
- type: Food
- type: BadFood
- type: SolutionContainerManager
solutions:
food:
Expand Down

0 comments on commit 81c711c

Please sign in to comment.