Skip to content

Commit

Permalink
Фикс после анмерджа мерджа 2
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Sep 15, 2024
1 parent ffc14a3 commit 49e1413
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/food_and_drinks/machinery/smartfridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,6 @@
to_chat(living_mob, span_warning("[src] вне зоны вашего контроля!"))
return

if (amount > 1)
desired = tgui_input_number(living_mob, "Сколько предметов изъять?", "Получить", default = min(amount, 50), max_value = min(amount, 50))
if(!desired)
return

for(var/obj/item/dispensed_item in contents)
if(amount <= 0)
break
Expand Down

0 comments on commit 49e1413

Please sign in to comment.