master
Elkien3 2018-04-25 18:33:49 -05:00
parent 1f0c802a83
commit 5547f2c673
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ function factions.Faction.attack_parcel(self, parcelpos)
local attacked_faction = factions.get_parcel_faction(parcelpos)
if attacked_faction then
if self.power < factions.power_per_attack then
self:broadcast("You do not have enough power to attack!!"
self:broadcast("You do not have enough power to attack!!")
return
end
self.power = self.power - factions.power_per_attack