diff --git a/Resources/Prototypes/Body/Organs/moth.yml b/Resources/Prototypes/Body/Organs/moth.yml index 55fb517c55..aef5576048 100644 --- a/Resources/Prototypes/Body/Organs/moth.yml +++ b/Resources/Prototypes/Body/Organs/moth.yml @@ -7,6 +7,7 @@ specialDigestible: tags: - ClothMade + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Body/Organs/reptilian.yml b/Resources/Prototypes/Body/Organs/reptilian.yml index 01c0fe9658..993f90e1c6 100644 --- a/Resources/Prototypes/Body/Organs/reptilian.yml +++ b/Resources/Prototypes/Body/Organs/reptilian.yml @@ -10,6 +10,7 @@ - Meat - Pill - Crayon + - Paper - type: SolutionContainerManager solutions: stomach: diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 0c8a5ea055..50f594abae 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -28,6 +28,7 @@ tags: - Document - Trash + - Paper - type: Appearance - type: PaperVisuals - type: Flammable @@ -56,6 +57,17 @@ max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] + - type: Food + solution: food + delay: 7 + forceFeedDelay: 7 + - type: SolutionContainerManager + solutions: + food: + maxVol: 1 + reagents: + - ReagentId: Fiber + Quantity: 1 - type: entity name: paper scrap diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 62f08e0715..b07c8d267a 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -850,6 +850,9 @@ - type: Tag id: Packet +- type: Tag + id: Paper + - type: Tag id: Payload # for grenade/bomb crafting