Skip to content

Commit

Permalink
labormanager: support for jobs in bowyer's shop
Browse files Browse the repository at this point in the history
  • Loading branch information
nocico authored and ab9rf committed Nov 28, 2016
1 parent 10384fe commit ae48612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/labormanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,8 @@ class JobLaborMapper {
return df::unit_labor::LEATHER;
case df::workshop_type::Clothiers:
return df::unit_labor::CLOTHESMAKER;
case df::workshop_type::Bowyers:
return df::unit_labor::BOWYER;
case df::workshop_type::MagmaForge:
case df::workshop_type::MetalsmithsForge:
return metaltype;
Expand Down

0 comments on commit ae48612

Please sign in to comment.