Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 committed Jan 30, 2025
1 parent 773a392 commit d6bc0d8
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,9 @@
return ITEM_INTERACT_COMPLETE
special_attack_grab(G, user)
return ITEM_INTERACT_COMPLETE
else
to_chat(user, "<span class='alert'>You have no idea what you can cook with [used].</span>")
return ITEM_INTERACT_COMPLETE

return ..()
to_chat(user, "<span class='alert'>You have no idea what you can cook with [used].</span>")
return ITEM_INTERACT_COMPLETE

/obj/machinery/kitchen_machine/wrench_act(mob/living/user, obj/item/I)
if(operating)
Expand Down

0 comments on commit d6bc0d8

Please sign in to comment.