Skip to content

Commit

Permalink
fixed radiationonhit being unregistered
Browse files Browse the repository at this point in the history
  • Loading branch information
Moffein committed Mar 22, 2024
1 parent 5e333d1 commit 55f2561
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Starstorm 2/Cores/DamageTypeCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public DamageTypeCore()
ModdedDamageTypes.GuaranteedFearOnHit = DamageAPI.ReserveDamageType();
ModdedDamageTypes.ErraticGadget = DamageAPI.ReserveDamageType();
ModdedDamageTypes.Root5s = DamageAPI.ReserveDamageType();
ModdedDamageTypes.NucleatorRadiationOnHit = DamageAPI.ReserveDamageType();

On.RoR2.HealthComponent.TakeDamage += HealthComponent_TakeDamage;
On.RoR2.GlobalEventManager.OnHitEnemy += GlobalEventManager_OnHitEnemy;
Expand Down
4 changes: 4 additions & 0 deletions Starstorm 2/Starstorm2Release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
`0.18.12`

- Fixed Nucleator Radation damagetype being unregistered. Should fix certain attacks causing radiation to be applied.

`0.18.11`

- Fixed Nucleator Sit emote.
Expand Down
Binary file modified Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Starstorm 2/Starstorm2Release/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Videogame_Mod_2_Unofficial",
"version_number": "0.18.11",
"version_number": "0.18.12",
"website_url": "https://github.com/Moffein/Starstorm2Unofficial",
"description": "A restoration of the pre-SotV Videogame Mod 2. Compatible with the official Videogame Mod 2!",
"dependencies": [
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Starstorm 2/StarstormPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class StarstormPlugin : BaseUnityPlugin
{
internal const string guid = "com.ChirrLover.Starstorm2Unofficial";
internal const string modName = "Starstorm 2 Unofficial";
internal const string version = "0.18.8";
internal const string version = "0.18.12";

public static StarstormPlugin instance;

Expand Down

0 comments on commit 55f2561

Please sign in to comment.