mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-30 23:11:31 +00:00
Fix line
This commit is contained in:
parent
1db236b5fd
commit
ecc69b5479
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace MWLua
|
|||
record["isMale"] = sol::readonly_property([](const ESM::NPC& rec) -> bool { return rec.isMale(); });
|
||||
record["baseGold"] = sol::readonly_property([](const ESM::NPC& rec) -> int { return rec.mNpdt.mGold; });
|
||||
addActorServicesBindings<ESM::NPC>(record, context);
|
||||
|
||||
|
||||
// This function is game-specific, in future we should replace it with something more universal.
|
||||
npc["isWerewolf"] = [](const Object& o) {
|
||||
const MWWorld::Class& cls = o.ptr().getClass();
|
||||
|
|
Loading…
Reference in a new issue