Nerf carp spawn rate (#10456)
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Content.Server.Dragon
|
||||
comp.State = DragonRiftState.Finished;
|
||||
Dirty(comp);
|
||||
}
|
||||
else
|
||||
else if (comp.State != DragonRiftState.Finished)
|
||||
{
|
||||
comp.Accumulator += frameTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user