Recycling Center slight modification.

master_event
sigonasr2 11 years ago
parent a069027a33
commit 8014931d6d
  1. 2
      BankEconomyMod/src/me/kaZep/Base/PlayerListener.java

@ -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...

Loading…
Cancel
Save