Skip to content

Commit

Permalink
Merge branch 'dehardcode_steal' into 'master'
Browse files Browse the repository at this point in the history
Remove Content file check when stealing

See merge request OpenMW/openmw!2987
  • Loading branch information
psi29a committed May 2, 2023
2 parents 905c91a + 2c887d8 commit dacbbc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1090,11 +1090,6 @@ namespace MWMechanics
else
{
isAllowed = isAllowedToUse(ptr, item, victim);
if (!item.getCellRef().hasContentFile())
{
// this is a manually placed item, which means it was already stolen
return;
}
}

if (isAllowed)
Expand Down

0 comments on commit dacbbc1

Please sign in to comment.