Recycling Center slight modification.

This commit is contained in:
sigonasr2 2013-11-18 20:15:19 -07:00
parent a069027a33
commit 8014931d6d

View File

@ -10584,7 +10584,7 @@ implements Listener
}
//There is a small chance we can swap items between two centers.
if (Math.random()<=0.20) {
if (Math.random()<=0.01) {
//Get the first center. It's randomly picked.
if (this.plugin.recycling_center_list.size()<=2) {
//If there are only two centers in the list, it has to be those two...