chore: Code cleanup (#399)

- [X] Code cleanup
This commit is contained in:
Kamron Batman 2021-01-10 09:14:03 -08:00 committed by GitHub
parent a6e1172f97
commit 764d303543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 93 additions and 265 deletions

View file

@ -96,7 +96,7 @@ namespace Server.Engines.Plants
if (hits == 0 && m_PlantStatus > PlantStatus.BowlOfDirt)
{
PlantSystem.Hits = hits + 1;
PlantSystem.Hits = 1;
}
else
{