mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user