Issue 773: Add option to update currently worn outfit

This commit is contained in:
Lirusaito
2013-05-08 00:47:55 -04:00
parent 29c2bc2bed
commit f48eca366a
4 changed files with 10 additions and 3 deletions

View File

@@ -1449,4 +1449,5 @@ one from scratch and wear it.
height="20" label="Make Outfit..." label_selected="Make Outfit..."
mouse_opaque="true" name="Make Outfit" left="10" scale_image="true"
width="100" />
<button bottom="-536" follows="left|bottom" height="20" left="110" width="100" name="Save Outfit" label="Save Outfit"/>
</floater>

View File

@@ -72,6 +72,9 @@
name="Open" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="open" />
</menu_item_call>
<menu_item_call label="Update Outfit" mouse_opaque="true" name="Update Outfit">
<on_click filter="" function="Inventory.DoCreate" userdata="update outfit"/>
</menu_item_call>
<menu_item_separator bottom_delta="-8" height="8" left="0" mouse_opaque="true" name="separator"
width="128" />
<menu_item_call bottom_delta="-18" height="18" label="New Window" left="0" mouse_opaque="true"