Quote from: xiongyiwen on November 13, 2015, 07:38:57 PMQuote from: midaw on November 13, 2015, 04:21:20 PM
https://github.com/BBream/ToolsForHaul/issues/20
Character ignores the exclusion zone in the presence of objects in the backpack
my patch for v1.5d in attachments.
three checks "is forbidden" in the patch.
Excuse me,What position??
- ToolsForHaulUtility.cs:187:Added line
'&& !ForbidUtility.IsForbidden(item, pawn)'
- ToolsForHaulUtility.cs:207:Added line
'&& !ForbidUtility.IsForbidden(item, pawn)'
- WorkGiver_HaulWithCart.cs:33:Added 'cart.IsForbidden(pawn)'