mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
might as well
This commit is contained in:
@@ -41,4 +41,4 @@
|
|||||||
set_trait(TRAIT_PRODUCT_COLOUR,"#DADA00")
|
set_trait(TRAIT_PRODUCT_COLOUR,"#DADA00")
|
||||||
|
|
||||||
/datum/seed/gnomes
|
/datum/seed/gnomes
|
||||||
// harvest_sound = 'sound/items/hooh.ogg' // Yawnstation edit - comments out gnome sounds.
|
harvest_sound = 'sound/items/hooh.ogg'
|
||||||
|
|||||||
@@ -104,10 +104,8 @@
|
|||||||
M.nutrition += (alt_nutriment_factor * removed)
|
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)
|
/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)
|
playsound(M.loc, 'sound/items/hooh.ogg', 50, 1, -1)
|
||||||
if(prob(5))
|
if(prob(5))
|
||||||
to_chat(M, "<span class='warning'>You feel like you've been gnomed...</span>")
|
to_chat(M, "<span class='warning'>You feel like you've been gnomed...</span>")
|
||||||
Yawnstation edit end. */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user