Skip to content

Commit

Permalink
Update structure chance
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeYS committed Nov 1, 2019
1 parent fd49c69 commit beda48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support_Render/render.cs
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ function Render_DeleteR(%render)
}

// Mysterious structures
if($Pref::Server::RenderAllowBrickEffects && !%render.isAttacking && getRandom(1,12) == 1)
if($Pref::Server::RenderAllowBrickEffects && !%render.isAttacking && getRandom(1,16) == 1)
{
%obstructions = 0;
InitContainerRadiusSearch(%render.getPosition(), 14, $TypeMasks::FxBrickObjectType | $TypeMasks::PlayerObjectType);
Expand Down

0 comments on commit beda48c

Please sign in to comment.