Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions code/modules/cooking_with_jane/cooking_appliances/oven.dm
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,8 @@
if(!ishuman(usr) && !isrobot(usr))
return
handle_open(usr)

/obj/machinery/cooking_with_jane/oven/makeshift
name = "Makeshift Oven"
desc = "A homemade oven for baking food."
icon = 'icons/obj/cwj_cooking/makeshift.dmi'
Binary file added icons/obj/cwj_cooking/makeshift.dmi
Binary file not shown.
Loading