From e4de3411682f85ae6b2fb2f5faa787d3b3248247 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Thu, 17 Dec 2015 21:45:43 -0700 Subject: [PATCH] Preparing for MakeInstrument elimination. Instruments are now made individually, so this type of job no longer happens. Therefore, it will probably be removed from the job_type enum. --- plugins/devel/autolabor2.cpp | 1 - plugins/dwarfmonitor.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/devel/autolabor2.cpp b/plugins/devel/autolabor2.cpp index aca30ad3e..62bcc98d0 100644 --- a/plugins/devel/autolabor2.cpp +++ b/plugins/devel/autolabor2.cpp @@ -1222,7 +1222,6 @@ public: job_to_labor_table[df::job_type::MakeChain] = jlf_make_object; job_to_labor_table[df::job_type::MakeFlask] = jlf_make_object; job_to_labor_table[df::job_type::MakeGoblet] = jlf_make_object; - job_to_labor_table[df::job_type::MakeInstrument] = jlf_make_object; job_to_labor_table[df::job_type::MakeToy] = jlf_make_object; job_to_labor_table[df::job_type::MakeAnimalTrap] = jlf_const(df::unit_labor::TRAPPER); job_to_labor_table[df::job_type::MakeBarrel] = jlf_make_furniture; diff --git a/plugins/dwarfmonitor.cpp b/plugins/dwarfmonitor.cpp index ca61ddb2e..787c97fc0 100644 --- a/plugins/dwarfmonitor.cpp +++ b/plugins/dwarfmonitor.cpp @@ -706,7 +706,6 @@ public: case job_type::MakeChain: case job_type::MakeFlask: case job_type::MakeGoblet: - case job_type::MakeInstrument: case job_type::MakeToy: case job_type::MakeAnimalTrap: case job_type::MakeBarrel: