Skip to content

Lua: Make faction rank/rep return nil, not zero, if not in faction.

Zackhasacat requested to merge zackhasacat/openmw:faction_nil_not_0 into master

This makes the faction system more consistent with the rest of the API. It can be 0 while being in the faction, so it makes more sense to return nil if not in the faction.

Edited by Zackhasacat

Merge request reports