Skip to content

Commit

Permalink
removes some dangerous foods from silver extracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan committed Sep 30, 2023
1 parent c506d5c commit 3d0165a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/__HELPERS/randoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
/obj/item/reagent_containers/food/snacks/clothing,
/obj/item/reagent_containers/food/snacks/grown/shell, //base types
/obj/item/food/bread,
/obj/item/reagent_containers/food/snacks/grown/nettle
/obj/item/reagent_containers/food/snacks/grown/nettle,
/obj/item/food/cakeslice/birthday/energy,
/obj/item/food/cake/birthday/energy,
/obj/item/reagent_containers/food/snacks/grown/shell/gatfruit,
/obj/item/seeds/cherry/bomb,
/obj/item/food/burger/roburger,
/obj/item/food/burger/roburgerbig
)
blocked |= typesof(/obj/item/reagent_containers/food/snacks/customizable)

Expand Down

0 comments on commit 3d0165a

Please sign in to comment.