Jedi Loot templates inserted

Buried treasure loot realized
This commit is contained in:
CharonInferar
2014-04-25 01:49:50 +02:00
parent ebc7b0f793
commit e877a44713
30 changed files with 176 additions and 72 deletions
+7 -1
View File
@@ -338,7 +338,13 @@ public class ObjectService implements INetworkDispatch {
object = new Player_House_Deed(objectID, planet, Template, position, orientation);
} else if(Template.startsWith("object/tangible")) {
}
// else if(Template.startsWith("object/tangible/container/drum/shared_treasure_drum.iff")) {
//
// object = new CreatureObject(objectID, planet, position, orientation, Template);
//
// }
else if(Template.startsWith("object/tangible")) {
object = new TangibleObject(objectID, planet, Template, position, orientation);