diff --git a/code/modules/hydroponics/grown/mushrooms.dm b/code/modules/hydroponics/grown/mushrooms.dm index c001d6cb3b..b752ac4dba 100644 --- a/code/modules/hydroponics/grown/mushrooms.dm +++ b/code/modules/hydroponics/grown/mushrooms.dm @@ -126,7 +126,7 @@ growthstages = 3 genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism) growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi' - mutatelist = list(/obj/item/seeds/plump/walkingmushroom) + //mutatelist = list(/obj/item/seeds/plump/walkingmushroom) reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.1) /obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet @@ -136,7 +136,7 @@ icon_state = "plumphelmet" filling_color = "#9370DB" distill_reagent = /datum/reagent/consumable/ethanol/manly_dorf - +/* // Walking Mushroom /obj/item/seeds/plump/walkingmushroom name = "pack of walking mushroom mycelium" @@ -174,6 +174,7 @@ M.health = M.maxHealth qdel(src) to_chat(user, "You plant the walking mushroom.") +*/ // Chanterelle diff --git a/code/modules/projectiles/projectile/magic.dm b/code/modules/projectiles/projectile/magic.dm index 76cd1a6bc5..6fd9e8fc41 100644 --- a/code/modules/projectiles/projectile/magic.dm +++ b/code/modules/projectiles/projectile/magic.dm @@ -182,7 +182,7 @@ if("animal") var/path = pick(/mob/living/simple_animal/hostile/carp, /mob/living/simple_animal/hostile/bear, - /mob/living/simple_animal/hostile/mushroom, + ///mob/living/simple_animal/hostile/mushroom, /mob/living/simple_animal/hostile/retaliate/bat, /mob/living/simple_animal/hostile/retaliate/goat, /mob/living/simple_animal/hostile/killertomato, diff --git a/tgstation.dme b/tgstation.dme index a33e0d2433..01efce1be9 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2892,7 +2892,6 @@ #include "code\modules\mob\living\simple_animal\hostile\killertomato.dm" #include "code\modules\mob\living\simple_animal\hostile\mecha_pilot.dm" #include "code\modules\mob\living\simple_animal\hostile\mimic.dm" -#include "code\modules\mob\living\simple_animal\hostile\mushroom.dm" #include "code\modules\mob\living\simple_animal\hostile\nanotrasen.dm" #include "code\modules\mob\living\simple_animal\hostile\netherworld.dm" #include "code\modules\mob\living\simple_animal\hostile\pirate.dm"