mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
Workaround to have dialogues until actor detection is implemented for NPCs
This commit is contained in:
parent
8de93db488
commit
6783ff6748
@ -169,7 +169,7 @@ namespace MWWorld
|
||||
|
||||
bool Class::hasDetected (const MWWorld::Ptr& ptr, const MWWorld::Ptr& ptr2) const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
float Class::getArmorRating (const MWWorld::Ptr& ptr) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user