Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes fish meat non-toxic, attempt number 2 #7099

Merged
merged 1 commit into from
Apr 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions code/modules/food/food/snacks_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -750,3 +750,14 @@
)
can_hold = list(/obj/item/weapon/reagent_containers/food/snacks/cube/protein,
/obj/item/weapon/reagent_containers/food/snacks/cube/nutriment)

/obj/item/weapon/reagent_containers/food/snacks/carpmeat/sif //Making fish meat non-toxic! As advised by Ascian!
toxin_type = null
toxin_amount = null

/obj/item/weapon/reagent_containers/food/snacks/carpmeat/sif/murkfish
toxin_type = null

/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish
toxin_type = null
toxin_amount = null