From 4c99fe6d1f8c975b4f1f2f3cccecfb005cc6aeca Mon Sep 17 00:00:00 2001 From: izac112 Date: Mon, 9 Mar 2020 21:22:56 +0100 Subject: [PATCH] might as well --- code/modules/hydroponics/seed_datums_vr.dm | 2 +- .../Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/hydroponics/seed_datums_vr.dm b/code/modules/hydroponics/seed_datums_vr.dm index 1816128e7f..a1c68e1f51 100644 --- a/code/modules/hydroponics/seed_datums_vr.dm +++ b/code/modules/hydroponics/seed_datums_vr.dm @@ -41,4 +41,4 @@ set_trait(TRAIT_PRODUCT_COLOUR,"#DADA00") /datum/seed/gnomes -// harvest_sound = 'sound/items/hooh.ogg' // Yawnstation edit - comments out gnome sounds. + harvest_sound = 'sound/items/hooh.ogg' diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm index 69ce27beb6..28fd9dbaf4 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm @@ -104,10 +104,8 @@ M.nutrition += (alt_nutriment_factor * removed) -/* Yawnstation edit start - Removes gnome sounds on ingestion. /datum/reagent/nutriment/magicdust/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) ..() playsound(M.loc, 'sound/items/hooh.ogg', 50, 1, -1) if(prob(5)) to_chat(M, "You feel like you've been gnomed...") - Yawnstation edit end. */