Skip to content

Commit

Permalink
Merge branch '807-D2E_Undo'
Browse files Browse the repository at this point in the history
  • Loading branch information
NPBruce committed Apr 27, 2018
2 parents f03d2b6 + 44fc85a commit de77a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity/Assets/Resources/version.txt
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/Quest/Quest.cs
Expand Up @@ -857,7 +857,7 @@ public void LoadQuest(IniData saveData)
eManager = new EventManager(saveData.Get("EventManager"));

// Update the screen
game.stageUI.Update();
game.stageUI = new NextStageButton();
game.monsterCanvas.UpdateList();
game.heroCanvas.UpdateStatus();
}
Expand Down
2 changes: 1 addition & 1 deletion unity/Assets/StreamingAssets/content/MoM/sot/items.ini
@@ -1,6 +1,6 @@
[ItemCommonPainkillers]
name={ffg:COMMON_ITEM_PAINKILLERS}
image={import}/img/CommonItem_Painkillers
image={import}/img/CommonItem_Aspirin
traits=equipment common

[ItemCommonBindingPowder]
Expand Down

0 comments on commit de77a9c

Please sign in to comment.