Skip to content

Commit

Permalink
處斬不扣善名
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed Dec 7, 2019
1 parent 3ca3ce9 commit 20261e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WorldOfTheThreeKingdoms/GameObjects/Person.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5349,13 +5349,15 @@ private void illegallyKilled(Faction executingFaction, Person killer)
}
}

/*
if (!executingFaction.IsAlien)
{
killer.LoseReputationBy(0.02f * this.PersonalLoyalty);
}
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)
Expand Down

0 comments on commit 20261e6

Please sign in to comment.