Skip to content

Commit

Permalink
Ban core regen and active core regen
Browse files Browse the repository at this point in the history
  • Loading branch information
rudderbucky committed Apr 30, 2023
1 parent 8ad1058 commit 6c157ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/Networking/MasterNetworkAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ public static bool ValidateBluperintOnServer(EntityBlueprint print, out string r
[AbilityID.PinDown] = 1,
[AbilityID.Retreat] = 1,
[AbilityID.Absorb] = 1,
[AbilityID.CoreRegen] = 0,
[AbilityID.ActiveCoreRegen] = 0,
};


Expand Down

0 comments on commit 6c157ff

Please sign in to comment.