Added more Houses, reed description

Added Guildhalls
Started preliminary City hall for testing
Altered Objectservice to work with guild and city deeds
Altered SUI Service to support the new folderstructure for structures
and harvesters
Fixed Structureterminal Radial
This commit is contained in:
tacef
2014-04-21 22:45:58 +02:00
parent 83a62be484
commit 2355215567
42 changed files with 222 additions and 26 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ public class ObjectService implements INetworkDispatch {
object = new Harvester_Deed(objectID, planet, Template, position, orientation);
} else if(Template.startsWith("object/tangible/deed/player_house_deed")) {
} else if(Template.startsWith("object/tangible/deed/player_house_deed") || Template.startsWith("object/tangible/deed/guild_deed") || Template.startsWith("object/tangible/deed/city_deed")) {
object = new Player_House_Deed(objectID, planet, Template, position, orientation);