Add display for selling items, needs right img
This commit is contained in:
@@ -98,9 +98,15 @@
|
||||
div.customize-option.Pet_Egg_Wolf(style='float:left;' ng-show='selectedEgg')
|
||||
div(style='float:left;width:70%' ng-show='selectedEgg')
|
||||
p!=env.t('displayEggForGold', {itemType: "{{selectedEgg.text()}}"})
|
||||
div.customize-option.inventory_special_opaquePotion(style='float:left;' ng-show='selectedPotion')
|
||||
div(style='float:left;width:70%' ng-show='selectedPotion')
|
||||
p!=env.t('displayPotionForGold', {itemType: "{{selectedPotion.text()}}"})
|
||||
div.customize-option.inventory_special_opaquePotion(style='float:left;' ng-show='selectedFood')
|
||||
div(style='float:left;width:70%' ng-show='selectedFood')
|
||||
p!=env.t('displayItemForGold', {itemType: "{{selectedFood.text()}}"})
|
||||
div
|
||||
button.btn.btn-primary.btn-sell(ng-show='selectedEgg', ng-click='sellInventory()')=env.t('sellEggForGold', {itemType: "{{selectedEgg.text()}}", gold: "{{selectedEgg.value}}"})
|
||||
button.btn.btn-primary.btn-sell(ng-show='selectedPotion', ng-click='sellInventory()')=env.t('sellPotionForGold', {itemType: "{{selectedPotion.text()}}", gold: "{{selectedPotion.value}}"})
|
||||
button.btn.btn-primary.btn-sell(ng-show='selectedEgg', ng-click='sellInventory()')=env.t('sellForGold', {itemType: "{{selectedEgg.text()}}", gold: "{{selectedEgg.value}}"})
|
||||
button.btn.btn-primary.btn-sell(ng-show='selectedPotion', ng-click='sellInventory()')=env.t('sellForGold', {itemType: "{{selectedPotion.text()}}", gold: "{{selectedPotion.value}}"})
|
||||
button.btn.btn-primary.btn-sell(ng-show='selectedFood', ng-click='sellInventory()')=env.t('sellForGold', {item: "{{selectedFood.text()}}", gold: "{{selectedFood.value}}"})
|
||||
menu.inventory-list(type='list')
|
||||
li.customize-menu
|
||||
|
||||
Reference in New Issue
Block a user