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
good

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 67e387f commit cf89a28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
if(gone == cartridge)
cartridge = null
update_appearance(UPDATE_OVERLAYS)

/obj/machinery/coffeemaker/RefreshParts()
. = ..()

/obj/machinery/coffeemaker/examine(mob/user)
. = ..()
if(!in_range(user, src) && !issilicon(user) && !isobserver(user))
Expand Down

0 comments on commit cf89a28

Please sign in to comment.