Skip to content

Commit

Permalink
Update code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm
Browse files Browse the repository at this point in the history
ok hope this doesnt break it

Co-authored-by: Mark Suckerberg <[email protected]>
Signed-off-by: cowbot92 <[email protected]>
  • Loading branch information
cowbot92 and MarkSuckerberg authored Dec 28, 2023
1 parent 71f2677 commit 195e0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
/obj/machinery/coffeemaker/impressa/examine(mob/user)
. = ..()
if(coffee)
. += span_notice("The internal grinder contains [coffee.len] scoop\s of coffee beans")
. += span_notice("The internal grinder contains [length(coffee)] scoop\s of coffee beans")

/obj/machinery/coffeemaker/impressa/update_overlays()
. = ..()
Expand Down

0 comments on commit 195e0a3

Please sign in to comment.