Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xenospawners #192

Merged
merged 12 commits into from
Sep 18, 2024
Next Next commit
Create Friendstomach.yml
adding a stomach to friend
fenndragon authored Sep 17, 2024
commit 77046ae43e29d170ef07d96071767aec87e6cf77
25 changes: 25 additions & 0 deletions Resources/Prototypes/Floof/body/Organs/Friendstomach.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
id: OrganFriendStomach
parent: OrganAnimalStomach
noSpawn: true
components:
- type: Stomach
specialDigestible:
tags:
- IceCream #Floofstation
- Fruit
- ReptilianFood
- Meat
- Pill
- Crayon
- Paper
- ClothMade
- type: SolutionContainerManager
solutions:
stomach:
maxVol: 500
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

500 is way too much, fix it around 40-100

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure I can do that, it was moreso exagurated to see if it would work to fix the issue, On my test server it seems it did. so I'm fine making it like 100

food:
maxVol: 50
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5