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)
This commit is contained in:
Toly65
2024-10-02 10:37:49 +01:00
committed by GitHub
parent 5a229e7a2b
commit ea3b14faac

View File

@@ -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
effect: !type:PlantMutateHarvest