From 56ed3a11d6d5d8ebe4a317a5985e68c455a3056e Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Tue, 28 Dec 2021 08:24:56 +0100 Subject: [PATCH] Scoring - docu changes --- Moose Development/Moose/Functional/Scoring.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Functional/Scoring.lua b/Moose Development/Moose/Functional/Scoring.lua index 9b91d6d7a..b914d445c 100644 --- a/Moose Development/Moose/Functional/Scoring.lua +++ b/Moose Development/Moose/Functional/Scoring.lua @@ -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