mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user