Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto committed Feb 4, 2025
1 parent d7a54d9 commit f5a3ebd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -650,11 +650,11 @@

else
move_items_back(to_delete, user)
return TRUE

else
move_items_back(to_delete, user)
move_products(list(), user)
return TRUE
return TRUE

/datum/repeatable_crafting_recipe/proc/move_items_back(list/items, mob/user)
for(var/obj/item/item in items)
Expand Down

0 comments on commit f5a3ebd

Please sign in to comment.