botnet power
This commit is contained in:
parent
fd17bf38df
commit
d48cbb38a4
7 changed files with 54 additions and 23 deletions
|
|
@ -25,6 +25,9 @@ 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))
|
||||
|
||||
output_slot.update_ui()
|
||||
output_slot.block_taking = true
|
||||
output_label.text = recipe.output.item_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue