Skip to content

Commit

Permalink
Just for Tarina
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Jan 14, 2019
1 parent 3e968cb commit 21b8262
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ public class EntityAIWorkStoneSmeltery extends AbstractEntityAIRequestSmelter<Jo
/**
* Initialize the stone smeltery and add all his tasks.
*
* @param sawmill the job he has.
* @param jobStoneSmeltery the job he has.
*/
public EntityAIWorkStoneSmeltery(@NotNull final JobStoneSmeltery sawmill)
public EntityAIWorkStoneSmeltery(@NotNull final JobStoneSmeltery jobStoneSmeltery)
{
super(sawmill);
super(jobStoneSmeltery);
worker.getCitizenExperienceHandler().setSkillModifier(2 * worker.getCitizenData().getDexterity() + worker.getCitizenData().getCharisma());
}
}

0 comments on commit 21b8262

Please sign in to comment.