mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Makes fish meat non-toxic, attempt number 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user