|
|
|
@ -192,8 +192,9 @@ namespace MWScript
|
|
|
|
|
if (it == invStore.end())
|
|
|
|
|
{
|
|
|
|
|
it = ptr.getClass().getContainerStore (ptr).add (item, 1, ptr);
|
|
|
|
|
Log(Debug::Warning) << "Implicitly adding one " << item << " to container "
|
|
|
|
|
"to fulfil requirements of Equip instruction";
|
|
|
|
|
Log(Debug::Warning) << "Implicitly adding one " << item <<
|
|
|
|
|
" to the inventory store of " << ptr.getCellRef().getRefId() <<
|
|
|
|
|
" to fulfill the requirements of Equip instruction";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (ptr == MWMechanics::getPlayer())
|
|
|
|
|