Adds cheese to the cheese (#23218)

This commit is contained in:
Bakaface
2023-11-12 20:48:06 +05:30
committed by GitHub
parent 5cacea057e
commit 41f6620c2a
@@ -22,7 +22,7 @@
/obj/item/book/granter/spell/summon_cheese/recoil(mob/living/user)
to_chat(user, "<span class='warning'>[src] turns into a wedge of cheese!</span>")
var/obj/item/reagent_containers/food/snacks/cheesewedge/book_cheese = new
var/obj/item/reagent_containers/food/snacks/cheesewedge/presliced/book_cheese = new
user.drop_item()
user.put_in_hands(book_cheese)
qdel(src)