From 5f520698d0002b3a076840cf264c9b44aedfaa12 Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:54:33 -0500 Subject: [PATCH] Kassc's suggestions --- code/global_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/global_vr.dm b/code/global_vr.dm index 3b7ea08384..3735227b3f 100644 --- a/code/global_vr.dm +++ b/code/global_vr.dm @@ -34,6 +34,7 @@ var/global/list/acceptable_fruit_types= list( "durian", "eggplant", "grapes", + "grass", // CH changes "greengrapes", "harebells", "lavender", @@ -46,14 +47,17 @@ var/global/list/acceptable_fruit_types= list( "poppies", "potato", "pumpkin", + "reishi", // CH changes "rice", "rose", "rhubarb", + "shand", // CH changes "soybean", "spineapple", "sugarcane", "sunflowers", "tomato", + "towercap", // CH changes "vanilla", "watermelon", "wheat",