From: Toly65 <88860967+Toly65@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:37:49 +0000 (+0100) Subject: Bandaid fix to entityeffects on plant trays (#32576) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ea3b14faac15591cdc69feb26991bb4c2ae9eed5;p=space-station-14.git Bandaid fix to entityeffects on plant trays (#32576) prevented the bioluminescent and slippery effects from being applied to the plant (and thus the plant tray) --- diff --git a/Resources/Prototypes/Hydroponics/randomMutations.yml b/Resources/Prototypes/Hydroponics/randomMutations.yml index 8f409a5eaf..88df438ce9 100644 --- a/Resources/Prototypes/Hydroponics/randomMutations.yml +++ b/Resources/Prototypes/Hydroponics/randomMutations.yml @@ -3,6 +3,7 @@ mutations: - name: Bioluminescent baseOdds: 0.036 + appliesToPlant: false effect: !type:Glow - name: Sentient baseOdds: 0.0072 @@ -11,6 +12,7 @@ effect: !type:MakeSentient # existing effect. - name: Slippery baseOdds: 0.036 + appliesToPlant: false effect: !type:Slipify - name: ChangeSpecies baseOdds: 0.036 @@ -176,4 +178,4 @@ - name: ChangeHarvest baseOdds: 0.036 persists: false - effect: !type:PlantMutateHarvest \ No newline at end of file + effect: !type:PlantMutateHarvest