forked from mirror/openmw-tes3mp
parent
2f866fadcf
commit
315ad54b29
1 changed files with 6 additions and 0 deletions
|
@ -633,6 +633,12 @@ namespace MWDialogue
|
|||
return;
|
||||
}
|
||||
|
||||
if (actor.getClass().isNpc() && MWBase::Environment::get().getWorld()->isSwimming(actor))
|
||||
{
|
||||
// NPCs don't talk while submerged
|
||||
return;
|
||||
}
|
||||
|
||||
const MWWorld::ESMStore &store = MWBase::Environment::get().getWorld()->getStore();
|
||||
const ESM::Dialogue *dial = store.get<ESM::Dialogue>().find(topic);
|
||||
|
||||
|
|
Loading…
Reference in a new issue