|
|
@ -1155,6 +1155,9 @@ viewscreen_unitlaborsst::viewscreen_unitlaborsst(vector<df::unit*> &src, int cur
|
|
|
|
if (unit->flags2.bits.visitor)
|
|
|
|
if (unit->flags2.bits.visitor)
|
|
|
|
cur->allowEdit = false;
|
|
|
|
cur->allowEdit = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (unit->flags3.bits.ghostly)
|
|
|
|
|
|
|
|
cur->allowEdit = false;
|
|
|
|
|
|
|
|
|
|
|
|
if (!ENUM_ATTR(profession, can_assign_labor, unit->profession))
|
|
|
|
if (!ENUM_ATTR(profession, can_assign_labor, unit->profession))
|
|
|
|
cur->allowEdit = false;
|
|
|
|
cur->allowEdit = false;
|
|
|
|
|
|
|
|
|
|
|
|