From f422f7c02073dfa0c3bbe5d55751a9d6c90fccce Mon Sep 17 00:00:00 2001 From: seefo Date: Sat, 26 May 2018 06:33:19 -0400 Subject: [PATCH] Fixed rare loot chests not being able to be double-clicked and used --- .../game/object/tangible/item/shared_rare_loot_chest_1.tpf | 2 ++ .../game/object/tangible/item/shared_rare_loot_chest_2.tpf | 2 ++ .../game/object/tangible/item/shared_rare_loot_chest_3.tpf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_1.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_1.tpf index 83ba42c00..5eee662a0 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_1.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_1.tpf @@ -5,7 +5,9 @@ @class object_template 10 objectName = "static_item_n" "rare_loot_chest_1" + detailedDescription = "static_item_d" "rare_loot_chest_1" appearanceFilename = "appearance/item_rare_loot_chest.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_2.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_2.tpf index 02fba98f8..fdc0f255b 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_2.tpf @@ -5,7 +5,9 @@ @class object_template 10 objectName = "static_item_n" "rare_loot_chest_2" + detailedDescription = "static_item_d" "rare_loot_chest_2" appearanceFilename = "appearance/item_rare_loot_chest_exquisite.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_3.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_3.tpf index 1eac827d3..428d78bdb 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_3.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/shared_rare_loot_chest_3.tpf @@ -5,7 +5,9 @@ @class object_template 10 objectName = "static_item_n" "rare_loot_chest_3" + detailedDescription = "static_item_d" "rare_loot_chest_3" appearanceFilename = "appearance/item_rare_loot_chest_legendary.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file