From 3cab865d58bc2068ef7c08557defdd719f7ae1c4 Mon Sep 17 00:00:00 2001 From: sv-esk Date: Thu, 11 Feb 2016 02:50:45 +0200 Subject: [PATCH] fix manipulator racism (allow editing non-dwarves) --- plugins/manipulator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp index 7134d8b63..d3fdeeaf5 100644 --- a/plugins/manipulator.cpp +++ b/plugins/manipulator.cpp @@ -1143,9 +1143,6 @@ viewscreen_unitlaborsst::viewscreen_unitlaborsst(vector &src, int cur cur->selected = false; cur->active_index = active_idx[unit]; - if (!Units::isOwnRace(unit)) - cur->allowEdit = false; - if (!Units::isOwnCiv(unit)) cur->allowEdit = false;