Walking mushrooms will now hunt and eat eachother, growing stronger when they do! The stronger they get, the better the quality of the mushroom slices you can butcher out of them! Don't smack em yourself though, or you'll bruise them, and they won't get stronger from being eaten.

This commit is contained in:
Ergovisavi
2014-01-29 14:56:06 -08:00
parent 9b7e5d9c05
commit d56f48d241
6 changed files with 76 additions and 20 deletions
+1 -1
View File
@@ -478,7 +478,7 @@
return 1
if(ispath(MP, /mob/living/simple_animal/hostile/carp))
return 1
if(ispath(MP, /mob/living/simple_animal/mushroom))
if(ispath(MP, /mob/living/simple_animal/hostile/mushroom))
return 1
if(ispath(MP, /mob/living/simple_animal/shade))
return 1