mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
Show owner of doors in tooltip
This commit is contained in:
parent
5fbce67b9d
commit
048d07b299
@ -250,8 +250,11 @@ namespace MWClass
|
||||
text += "\n#{sTrapped}";
|
||||
|
||||
if (MWBase::Environment::get().getWindowManager()->getFullHelp())
|
||||
{
|
||||
text += MWGui::ToolTips::getMiscString(ref->mBase->mScript, "Script");
|
||||
|
||||
text += MWGui::ToolTips::getMiscString(ptr.getCellRef().getOwner(), "Owner");
|
||||
text += MWGui::ToolTips::getMiscString(ptr.getCellRef().getFaction(), "Faction");
|
||||
}
|
||||
info.text = text;
|
||||
|
||||
return info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user