Mice pull cheese wedges under doors (#24432)

* Mice pull cheese under doors

* Reorder the mouse-cheese logic, looks better this way around.

* Update code/modules/food_and_drinks/food/foods/ingredients.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* Update code/modules/food_and_drinks/food/foods/ingredients.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-03-10 18:18:11 +00:00
committed by GitHub
co-authored by Contrabang
parent 283fdeb3f1
commit 823589c38c
@@ -53,6 +53,11 @@
filling_color = "#FFF700"
tastes = list("cheese" = 1)
/obj/item/food/snacks/cheesewedge/checkpass(passflag)
if((passflag & PASSDOOR) && ismouse(pulledby))
return TRUE
return ..()
/obj/item/food/snacks/cheesewedge/presliced
list_reagents = list("nutriment" = 3, "vitamin" = 1, "cheese" = 4)