scoring junk

This commit is contained in:
Flameshadowxeroshin
2011-08-28 16:54:47 +00:00
parent a2dcc9b7eb
commit 9a9d427902
+6 -1
View File
@@ -318,4 +318,9 @@ end
-------------------------------------------------------------------------------
-- Formulas end here.
for v in ivalues(DisabledScoringModes) do r[v] = nil end
Scoring = r
Scoring = {}
setmetatable(Scoring, { __index = function(...) return function(params,pss)
--put any code here that should run before every scoring function
if not GAMESTATE:IsHumanPlayer(params.Player) and r[key]
then return r[key](...) end
end }