traveler and prospector droppers 1 hour spawn timers
This commit is contained in:
@@ -421,6 +421,10 @@ public enum LootManager {
|
||||
|
||||
if (lootItem != null)
|
||||
mob.getCharItemManager().addItemToInventory(lootItem);
|
||||
|
||||
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){
|
||||
mob.setSpawnTime(3600);
|
||||
}
|
||||
}
|
||||
|
||||
public static void peddleFate(PlayerCharacter playerCharacter, Item gift) {
|
||||
|
||||
Reference in New Issue
Block a user