might as well

This commit is contained in:
izac112
2020-03-09 21:22:56 +01:00
parent 17f294f493
commit 4c99fe6d1f
2 changed files with 1 additions and 3 deletions

View File

@@ -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'

View File

@@ -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, "<span class='warning'>You feel like you've been gnomed...</span>")
Yawnstation edit end. */