bunch of fixes and changes done
This commit is contained in:
parent
4a9193e549
commit
73b9a706a3
59 changed files with 940 additions and 68 deletions
|
|
@ -25,8 +25,8 @@ func show_recipe(recipe : CraftRecipe):
|
|||
ingredient_slots[x].update_ui()
|
||||
ingredient_slots[x].block_taking = true
|
||||
output_slot.item = recipe.output
|
||||
if (PlayerInventory.power_values.has(recipe.output)):
|
||||
output_slot.extra_data = "Botnet Power: " + str(PlayerInventory.power_values.get(recipe.output))
|
||||
#if (PlayerInventory.power_values.has(recipe.output)):
|
||||
#output_slot.extra_data = "Botnet Power: " + str(PlayerInventory.power_values.get(recipe.output))
|
||||
|
||||
output_slot.update_ui()
|
||||
output_slot.block_taking = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue