Added Small Generic House Style 01 Floorplan 02

Also fixed Generic House Small Style 02 to be placeable at all
This commit is contained in:
tacef
2014-04-18 19:37:25 +02:00
parent 9975656a97
commit 02d1b6a40c
5 changed files with 43 additions and 1 deletions
+6
View File
@@ -1232,6 +1232,12 @@ public class DevService implements INetworkDispatch {
deed.setAttributes();
inventory.add(deed);
templateString="object/tangible/deed/player_house_deed/shared_generic_house_small_floor_02_deed.iff";
deed = (Player_House_Deed)core.objectService.createObject(templateString, planet);
deed.setBMR(15);
deed.setAttributes();
inventory.add(deed);
case 125:
TangibleObject genericCraftingTool = (TangibleObject) core.objectService.createObject("object/tangible/crafting/station/shared_generic_tool.iff", planet);
genericCraftingTool.setCustomName("Generic Crafting Tool");