mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Merge branch 'dehardcode_steal' into 'master'
Remove Content file check when stealing See merge request OpenMW/openmw!2987
This commit is contained in:
commit
dacbbc1d20
@ -1090,11 +1090,6 @@ namespace MWMechanics
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
isAllowed = isAllowedToUse(ptr, item, victim);
|
isAllowed = isAllowedToUse(ptr, item, victim);
|
||||||
if (!item.getCellRef().hasContentFile())
|
|
||||||
{
|
|
||||||
// this is a manually placed item, which means it was already stolen
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isAllowed)
|
if (isAllowed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user