correct Pray not allowed message.

This commit is contained in:
Tooze 2026-04-12 16:15:34 -04:00
parent 7d1b7b7ebd
commit 3ef90e681f

View file

@ -224,8 +224,7 @@ public enum PrayerType {
BarbassaultSession session = player.getAttribute("ba-session");
if (session != null) {
if (session.isInBarbAssaultGame()) {
//todo find correct message here
sendMessage(player, "The barbarians do not allow the use of prayer in the arena.");
sendMessage(player, "The barbarians forbid the use of prayer in their arena as they don't ~ value such methods!");
toggle(player,false);
return false;
}