mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Adds cheese to the cheese (#23218)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user