Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdcook committed Jul 7, 2021
1 parent 390de35 commit 0d137f3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Binary file modified PCE.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PCE/PCE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace PCE
[BepInDependency("pykess.rounds.plugins.legraycasterspatch", BepInDependency.DependencyFlags.HardDependency)] // fixes physics for small players
[BepInDependency("pykess.rounds.plugins.cardchoicespawnuniquecardpatch", BepInDependency.DependencyFlags.HardDependency)] // fixes allowMultiple and blacklistedCategories
[BepInDependency("pykess.rounds.plugins.gununblockablepatch", BepInDependency.DependencyFlags.HardDependency)] // fixes gun.unblockable
[BepInPlugin(ModId, ModName, "0.2.0.0")]
[BepInPlugin(ModId, ModName, "0.2.0.2")]
[BepInProcess("Rounds.exe")]
public class PCE : BaseUnityPlugin
{
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ Download [r2modman](https://rounds.thunderstore.io/package/ebkr/r2modman/), set
### Version Notes
-----------------

#### v0.2.0.2
-------------

- Balance changes
- Straight shot now comes with reload speed buff
- New cards
- Retreat
- Super Ball
- Bugfixes
- King Midas effect should no longer persist between rounds
- _Temporarily_ removed Laser. Currently working on a complete overhaul.

#### v0.2.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PCE",
"version_number": "2.0.1",
"version_number": "2.0.2",
"website_url": "https://github.com/pdcook/PCE",
"description": "Adds a number of new cards to the game",
"dependencies": [
Expand Down

0 comments on commit 0d137f3

Please sign in to comment.