Proper BlessedSpiritShot charge ShotType.

Contributed by Tonyksar.
This commit is contained in:
MobiusDevelopment
2022-12-26 18:15:44 +00:00
parent 9c7338a867
commit 3ce8992fe3
26 changed files with 26 additions and 26 deletions

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -87,7 +87,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -87,7 +87,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -87,7 +87,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -87,7 +87,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -87,7 +87,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -80,7 +80,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -93,7 +93,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -80,7 +80,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -80,7 +80,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -80,7 +80,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))

View File

@@ -80,7 +80,7 @@ public class BlessedSpiritShot implements IItemHandler
}
// Charge Spirit shot
player.chargeShot(ShotType.SPIRITSHOTS);
player.chargeShot(ShotType.BLESSED_SPIRITSHOTS);
// Send message to client
if (!player.getAutoSoulShot().contains(item.getId()))