From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:17:44 +0000 (+0100) Subject: glue only mutes if drank (#20627) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d2665b6bba567da8b8941aab52946c9d57b2de42;p=space-station-14.git glue only mutes if drank (#20627) * glue only mutes if drunk * glue mutes and fixes bleeding on touch * no mute on touch --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Reagents/cleaning.yml b/Resources/Prototypes/Reagents/cleaning.yml index a24d8e60ff..c1f8c2b352 100644 --- a/Resources/Prototypes/Reagents/cleaning.yml +++ b/Resources/Prototypes/Reagents/cleaning.yml @@ -67,6 +67,13 @@ viscosity: 0.5 tileReactions: - !type:SpillTileReaction + reactiveEffects: + Acidic: + methods: [ Touch ] + effects: + # pva glue? no, antibiotic glue for sealing wounds + - !type:ModifyBleedAmount + amount: -1.5 metabolisms: Narcotic: effects: @@ -76,6 +83,8 @@ type: Add time: 5 refresh: false + Drink: + effects: - !type:GenericStatusEffect key: Muted component: Muted