Nerf carp spawn rate (#10456)

This commit is contained in:
metalgearsloth
2022-08-09 14:28:35 +10:00
committed by GitHub
parent fae4b20486
commit 4becd815b1
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ namespace Content.Server.Dragon
comp.State = DragonRiftState.Finished;
Dirty(comp);
}
else
else if (comp.State != DragonRiftState.Finished)
{
comp.Accumulator += frameTime;
}