more options for matter decompiler (#20874)

This commit is contained in:
Henri215
2023-04-22 09:44:33 +02:00
committed by GitHub
parent dc75a748f1
commit 627a46a068
6 changed files with 37 additions and 10 deletions
@@ -65,6 +65,13 @@
update_icon(UPDATE_OVERLAYS)
return
/obj/item/storage/fancy/donut_box/decompile_act(obj/item/matter_decompiler/C, mob/user)
if(!length(contents))
C.stored_comms["wood"] += 1
qdel(src)
return TRUE
return ..()
/*
* Egg Box
*/