Skip to content

Commit

Permalink
Merge branch 'master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jul 19, 2024
2 parents 71b910d + ee0b038 commit 5b4b5e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/kitchen_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
var/fullness = M.nutrition + (M.reagents.get_reagent_amount("nutriment") * 25)
if(fullness > NUTRITION_HIGH)
to_chat(user, SPAN_WARNING("[user == M ? "You" : "They"] don't feel like eating more right now."))
return ..()
return
reagents.set_source_mob(user)
reagents.trans_to_ingest(M, reagents.total_volume)
if(M == user)
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-6679.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "Doubleumc"
delete-after: True
changes:
- bugfix: "no longer stab with utensil when trying to feed while target full"

0 comments on commit 5b4b5e3

Please sign in to comment.