Skip to content

Commit

Permalink
Use probability, not prob
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 22, 2024
1 parent c306a3f commit dc1883e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Reagents/botany.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- !type:PlantAdjustHealth
amount: -0.5
- !type:PlantAdjustMutationMod
prob: 0.3
probability: 0.3
amount: 0.4
metabolisms:
Medicine:
Expand Down Expand Up @@ -115,10 +115,10 @@
- !type:PlantAdjustNutrition
amount: 0.05
- !type:PlantAdjustWeeds
prob: 0.025
probability: 0.025
amount: 1
- !type:PlantAdjustPests
prob: 0.025
probability: 0.025
amount: 1
- !type:RobustHarvest {}
metabolisms:
Expand Down Expand Up @@ -273,12 +273,12 @@
- !type:PlantAdjustNutrition
amount: 0.1
- !type:PlantAdjustPests
prob: 0.1
probability: 0.1
amount: -1
- !type:PlantAdjustHealth
amount: 0.1
- !type:PlantAffectGrowth
prob: 0.2
probability: 0.2
amount: 1
- !type:PlantDiethylamine {}
metabolisms:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
- !type:PlantAdjustHealth
amount: -1.5
- !type:PlantAdjustMutationMod
prob: 0.2
probability: 0.2
amount: 0.1
metabolisms:
Poison:
Expand Down

0 comments on commit dc1883e

Please sign in to comment.