From 20261e603204f3f90ba8fb4ce6104e9fc351f332 Mon Sep 17 00:00:00 2001 From: Peter WONG Date: Sat, 7 Dec 2019 11:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=95=E6=96=AC=E4=B8=8D=E6=89=A3=E5=96=84?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorldOfTheThreeKingdoms/GameObjects/Person.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WorldOfTheThreeKingdoms/GameObjects/Person.cs b/WorldOfTheThreeKingdoms/GameObjects/Person.cs index 4725433ce..438565f83 100644 --- a/WorldOfTheThreeKingdoms/GameObjects/Person.cs +++ b/WorldOfTheThreeKingdoms/GameObjects/Person.cs @@ -5349,6 +5349,7 @@ private void illegallyKilled(Faction executingFaction, Person killer) } } + /* if (!executingFaction.IsAlien) { killer.LoseReputationBy(0.02f * this.PersonalLoyalty); @@ -5356,6 +5357,7 @@ private void illegallyKilled(Faction executingFaction, Person killer) killer.DecreaseKarma(1 + this.PersonalLoyalty + Math.Max(0, this.Karma / 5)); killer.BelongedFaction.Leader.DecreaseKarma(1 + this.PersonalLoyalty + Math.Max(0, this.Karma / 5)); + */ } public void execute(Faction executingFaction)