Skip to content

Commit

Permalink
remove bear from luck and bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ontrigger committed Sep 10, 2020
1 parent b785186 commit e96616f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ItemStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ItemStats")]
[assembly: AssemblyCopyright("Copyright ontrigger 2020")]
[assembly: AssemblyCopyright("Copyright ontrigger 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
2 changes: 1 addition & 1 deletion ItemStats/src/ItemStatsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace ItemStats
{
[BepInDependency("com.bepis.r2api")]
[BepInPlugin("dev.ontrigger.itemstats", "ItemStats", "1.5.0")]
[BepInPlugin("dev.ontrigger.itemstats", "ItemStats", "2.0.0")]
[NetworkCompatibility(CompatibilityLevel.NoNeedForSync, VersionStrictness.DifferentModVersionsAreOk)]
public class ItemStatsMod : BaseUnityPlugin
{
Expand Down
3 changes: 1 addition & 2 deletions ItemStats/src/StatModification/Modifiers/LuckModifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class LuckModifier : AbstractStatModifier
[ItemIndex.StickyBomb] = new[] {0},
[ItemIndex.Missile] = new[] {1},
[ItemIndex.BonusGoldPackOnKill] = new[] {1},
[ItemIndex.Incubator] = new[] {0},
[ItemIndex.Bear] = new[] {0}
[ItemIndex.Incubator] = new[] {0}
};
}
}

0 comments on commit e96616f

Please sign in to comment.