From d0a2e69ed83f57bcf25ea9bb713c0444e0226e91 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:33:54 -0500 Subject: [PATCH] Body parts can be put in trash bags (#14244) --- Resources/Prototypes/Body/Parts/animal.yml | 5 ++++- Resources/Prototypes/Body/Parts/diona.yml | 3 +++ Resources/Prototypes/Body/Parts/human.yml | 3 +++ Resources/Prototypes/Body/Parts/rat.yml | 5 ++++- Resources/Prototypes/Body/Parts/reptilian.yml | 3 +++ Resources/Prototypes/Body/Parts/silicon.yml | 3 +++ Resources/Prototypes/Body/Parts/skeleton.yml | 3 +++ Resources/Prototypes/Body/Parts/slime.yml | 3 +++ Resources/Prototypes/Body/Parts/vox.yml | 3 +++ 9 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Body/Parts/animal.yml b/Resources/Prototypes/Body/Parts/animal.yml index fb4ac59b2a..dab65fe25d 100644 --- a/Resources/Prototypes/Body/Parts/animal.yml +++ b/Resources/Prototypes/Body/Parts/animal.yml @@ -1,4 +1,4 @@ -# Just copypasta of some human basic body parts for interaction, +# Just copypasta of some human basic body parts for interaction, # only differences for now is that limbs work in pairs, # they are unextractable and can't be spawned (no surgery on Animals!?). @@ -17,6 +17,9 @@ ents: [] - type: StaticPrice price: 50 + - type: Tag + tags: + - Trash # For primates mainly - type: entity diff --git a/Resources/Prototypes/Body/Parts/diona.yml b/Resources/Prototypes/Body/Parts/diona.yml index b2ce8c47ce..fb11c0772a 100644 --- a/Resources/Prototypes/Body/Parts/diona.yml +++ b/Resources/Prototypes/Body/Parts/diona.yml @@ -18,6 +18,9 @@ sprite: Mobs/Species/Diona/parts.rsi - type: StaticPrice price: 100 + - type: Tag + tags: + - Trash - type: entity id: TorsoDiona diff --git a/Resources/Prototypes/Body/Parts/human.yml b/Resources/Prototypes/Body/Parts/human.yml index c999a6a0ff..175d4c1837 100644 --- a/Resources/Prototypes/Body/Parts/human.yml +++ b/Resources/Prototypes/Body/Parts/human.yml @@ -15,6 +15,9 @@ ents: [] - type: StaticPrice price: 100 + - type: Tag + tags: + - Trash - type: entity id: TorsoHuman diff --git a/Resources/Prototypes/Body/Parts/rat.yml b/Resources/Prototypes/Body/Parts/rat.yml index c151da09fd..ad8eecf3df 100644 --- a/Resources/Prototypes/Body/Parts/rat.yml +++ b/Resources/Prototypes/Body/Parts/rat.yml @@ -1,4 +1,4 @@ -# Just copypasta of some animal basic body parts for interaction, +# Just copypasta of some animal basic body parts for interaction, # It's basically as animals except a different torso with different organs - type: entity id: TorsoRat @@ -10,3 +10,6 @@ partType: Torso - type: Damageable damageContainer: Biological + - type: Tag + tags: + - Trash diff --git a/Resources/Prototypes/Body/Parts/reptilian.yml b/Resources/Prototypes/Body/Parts/reptilian.yml index 34b21d21ee..3a54af0f61 100644 --- a/Resources/Prototypes/Body/Parts/reptilian.yml +++ b/Resources/Prototypes/Body/Parts/reptilian.yml @@ -13,6 +13,9 @@ containers: bodypart: !type:Container ents: [] + - type: Tag + tags: + - Trash - type: entity id: TorsoReptilian diff --git a/Resources/Prototypes/Body/Parts/silicon.yml b/Resources/Prototypes/Body/Parts/silicon.yml index e52448deae..90e682282f 100644 --- a/Resources/Prototypes/Body/Parts/silicon.yml +++ b/Resources/Prototypes/Body/Parts/silicon.yml @@ -13,6 +13,9 @@ ents: [] - type: StaticPrice price: 100 + - type: Tag + tags: + - Trash - type: entity id: LeftArmBorg diff --git a/Resources/Prototypes/Body/Parts/skeleton.yml b/Resources/Prototypes/Body/Parts/skeleton.yml index 42a1b83f65..fe4aefa1c4 100644 --- a/Resources/Prototypes/Body/Parts/skeleton.yml +++ b/Resources/Prototypes/Body/Parts/skeleton.yml @@ -14,6 +14,9 @@ ents: [] - type: StaticPrice price: 20 + - type: Tag + tags: + - Trash - type: entity id: TorsoSkeleton diff --git a/Resources/Prototypes/Body/Parts/slime.yml b/Resources/Prototypes/Body/Parts/slime.yml index 1cf5da75fd..f2168e9481 100644 --- a/Resources/Prototypes/Body/Parts/slime.yml +++ b/Resources/Prototypes/Body/Parts/slime.yml @@ -14,6 +14,9 @@ ents: [] - type: StaticPrice price: 100 + - type: Tag + tags: + - Trash - type: entity id: TorsoSlime diff --git a/Resources/Prototypes/Body/Parts/vox.yml b/Resources/Prototypes/Body/Parts/vox.yml index 8606ebac14..b38acb6a88 100644 --- a/Resources/Prototypes/Body/Parts/vox.yml +++ b/Resources/Prototypes/Body/Parts/vox.yml @@ -15,6 +15,9 @@ ents: [] - type: StaticPrice price: 100 + - type: Tag + tags: + - Trash - type: entity id: TorsoVox -- 2.52.0