1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00

Update Formatting

This commit is contained in:
Zackhasacat 2023-11-16 11:20:08 -06:00
parent 2ce99b0c7f
commit bc63737488

View file

@ -83,7 +83,7 @@ namespace MWLua
addActorServicesBindings<ESM::NPC>(record, context);
npc["classes"] = initCoreClassBindings(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();