Removes walking mushroom

fuck
This commit is contained in:
BongaTheProto
2022-02-12 18:40:23 -05:00
parent 2bea285aea
commit 91efbfc48d
3 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -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, "<span class='notice'>You plant the walking mushroom.</span>")
*/
// Chanterelle
+1 -1
View File
@@ -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,
-1
View File
@@ -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"