1
0
Fork 0

character sheet: Fix pagination not resetting on close

This commit is contained in:
Michaël Lemaire 2017-07-16 19:27:37 +02:00
parent b8bfbb8063
commit 266a9eee09

View file

@ -283,6 +283,7 @@ module TS.SpaceTac.UI {
* Hide the sheet
*/
hide(animate = true) {
this.loot_page = 0;
this.loot_items = [];
this.shop = null;
this.loot_slots.visible = false;