removed standard ore mining for now

This commit is contained in:
[VB]AWOL
2013-10-07 14:59:47 -05:00
parent f504f94f4f
commit 9930a8ee28

View File

@@ -20,10 +20,12 @@ class ItemSledge: ItemCore
"MeleeSledge" "MeleeSledge"
}; };
}; };
/* Lets take this out for now and see how it goes.
class MineOre class MineOre
{ {
text="Mine Ore"; text="Mine Ore";
script="spawn player_mineOre;"; script="spawn player_mineOre;";
}; };
*/
}; };
}; };