mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-27 16:56:48 -04:00
Fixed rare loot chests not being able to be double-clicked and used
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user