Skip to content

Commit

Permalink
POLO fix (I can't count)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 4, 2017
1 parent 2dbdc31 commit d73586c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/POLO.cpp
Expand Up @@ -84,7 +84,7 @@ int Element_POLO::update(UPDATE_FUNC_ARGS)
}
}
}
if (parts[i].tmp2 >= 6)
if (parts[i].tmp2 >= 10)
{
sim->part_change_type(i,x,y,PT_PLUT);
parts[i].temp = (parts[i].temp+600.0f)/2.0f;
Expand Down

0 comments on commit d73586c

Please sign in to comment.