1
0

Fix discrepancy between docs and actual functions

Este cometimento está contido em:
raymoo
2016-08-05 13:45:44 -07:00
ascendente ef6f07b6fa
cometimento cdb597629f
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@@ -59,7 +59,7 @@ local function monoid(def)
return mon
end
player_monoids.monoid = monoid
player_monoids.make_monoid = monoid
function mon_meta:add_change(player, value)
local p_name = player:get_player_name()

Ver ficheiro

@@ -34,7 +34,7 @@ local function v_mult_fold(identity)
end
end
local monoid = player_monoids.monoid
local monoid = player_monoids.make_monoid
-- Speed monoid. Effect values are speed multipliers. Must be nonnegative
-- numbers.