Scoring - docu changes

This commit is contained in:
Applevangelist 2021-12-28 08:24:56 +01:00
parent 6938b20ab6
commit 56ed3a11d6

View File

@ -584,7 +584,7 @@ function SCORING:SetFratricide( Fratricide )
return self
end
--- Decide if Fratricide is leading to penalties (true) or not (fals)
--- Decide if fratricide is leading to penalties (true) or not (false)
-- @param #SCORING self
-- @param #boolean OnOff Switch for Fratricide
-- @return #SCORING
@ -593,7 +593,7 @@ function SCORING:SwitchFratricide( OnOff )
return self
end
--- Decide if Coalition Changes is leading to penalties (true) or not (fals)
--- Decide if a change of coalition is leading to penalties (true) or not (false)
-- @param #SCORING self
-- @param #boolean OnOff Switch for Coalition Changes.
-- @return #SCORING