From: freeman2651 <104049107+freeman2651@users.noreply.github.com> Date: Sat, 29 Apr 2023 03:13:20 +0000 (-0400) Subject: Pill destruction (#15851) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0d4a77e6da6f250cfd4f42e140817fe5c4caa0b5;p=space-station-14.git Pill destruction (#15851) --- diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index d41aba8e9b..010a292691 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -304,6 +304,19 @@ grindableSolutionName: food - type: StaticPrice price: 0 + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 10 + behaviors: + - !type:SpillBehavior + solution: food + transferForensics: true + - !type:DoActsBehavior + acts: [ "Destruction" ] - type: entity name: pill canister