Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
修正部分對話錯誤
Browse files Browse the repository at this point in the history
  • Loading branch information
luiges90 committed Aug 4, 2013
1 parent f0932ba commit a318ccd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GameObjects/GameObjects/Troop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7232,7 +7232,7 @@ public void Occupy()
military.Combativity /= 2;
}


this.BelongedFaction.Leader.TextDestinationString = this.BelongedFaction.Name;
this.Scenario.GameScreen.xianshishijiantupian(this.BelongedFaction.Leader , currentArchitecture.Name ,"zhanling","zhanling.jpg","zhanling.wma",false );
currentArchitecture.ResetFaction(this.BelongedFaction);
if (
Expand Down
1 change: 1 addition & 0 deletions WorldOfTheThreeKingdoms/YouxiPingmu/MGSPersonText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public override void CaptivePlayerRelease(Faction from, Faction to, Captive capt
{
this.Plugins.tupianwenziPlugin.SetConfirmationDialog(this.Plugins.ConfirmationDialogPlugin, new GameDelegates.VoidFunction(captive.ReleaseCaptive), new GameDelegates.VoidFunction(captive.ReturnRansom));
this.Plugins.ConfirmationDialogPlugin.SetPosition(ShowPosition.Center);
from.Leader.TextDestinationString = captive.Name;
this.Plugins.tupianwenziPlugin.SetGameObjectBranch(from.Leader, captive, "ReleaseCaptive");
this.Plugins.tupianwenziPlugin.IsShowing = true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Branch Name="PersonBeKilled">
<Leaf Property="TextDestinationString" Color="4286644223"></Leaf>
<Leaf Text="" Color="4294967295"></Leaf>
<Leaf Property="Name" Color="4278255360"></Leaf>
<Leaf Property="TextDestinationString" Color="4278255360"></Leaf>
<Leaf Text="被处死。" Color="4294967295"></Leaf>
</Branch>
<Branch Name="FactionAfterCatchLeader">
Expand Down Expand Up @@ -134,7 +134,7 @@
<Leaf Text="军送来赎金" Color="4294967295"></Leaf>
<Leaf Property="RansomFund" Color="4278232306"></Leaf>
<Leaf Text="请求我军释放" Color="4294967295"></Leaf>
<Leaf Property="Name" Color="4278255360"></Leaf>
<Leaf Property="TextDestinationString" Color="4278255360"></Leaf>
<Leaf Text="。是否同意?" Color="4294967295"></Leaf>
</Branch>
<Branch Name="TroopPersonChallengeSourceWin">
Expand Down Expand Up @@ -247,9 +247,9 @@
</Branch>
<Branch Name="zhanling">

<Leaf Property="Name" Color="4278255360"></Leaf>
<Leaf Property="TextDestinationString" Color="4278255360"></Leaf>

<Leaf Text="军攻克了" Color="4294967295"></Leaf>
<Leaf Text="攻克了" Color="4294967295"></Leaf>

<Leaf Property="TextResultString" Color="4278255360"></Leaf>
<Leaf Text="" Color="4294967295"></Leaf>
Expand Down Expand Up @@ -504,8 +504,8 @@
</Branch>

<Branch Name="ArchitectureBeginRecentlyAttacked">
<Leaf Text="紧急军情:" Color="4294967295"></Leaf>
<Leaf Property="Name" Color="4278255360"></Leaf>
<Leaf Text="紧急军情" Color="4294967295"></Leaf>
<Leaf Property="TextResultString" Color="4278255360"></Leaf>
<Leaf Text="正遭受敌军的攻击。" Color="4294967295"></Leaf>
</Branch>

Expand Down

0 comments on commit a318ccd

Please sign in to comment.