Merge branch 'mobspawner' into 'next'

Removed mobspawner from the craftguide.

Mobspawners at the moment are useless since you can't capture mobs to charge them; players just waste mithril for no use and then ask around how to use them.

See merge request !63
This commit is contained in:
Menche 2016-07-31 23:31:59 +00:00
commit 8b14fbb779
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ void content_toolitem_init()
};
crafting::setRecipe(r,i,1);
}
lists::add("craftguide",i);
//lists::add("craftguide",i);
i = CONTENT_TOOLITEM_MITHRIL_KEY;
f = &g_content_toolitem_features[i];