We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61262e9 commit 3ffba3dCopy full SHA for 3ffba3d
modtools/set-belief.lua
@@ -153,7 +153,7 @@ end
153
-- Gives a list of all the unit's beliefs and their values.
154
-- Returns a table where the keys are the belief names and its values are its strength
155
-- If tiers is true, the value is the tier of the belief instead of the trait's strength
156
-local function getUnitBeliefList(unit, tiers)
+function getUnitBeliefList(unit, tiers)
157
local list = {}
158
159
for id, beliefName in ipairs(df.value_type) do
0 commit comments