Prepared for war

This commit is contained in:
shamoanjac 2016-08-08 19:23:39 +02:00
parent bacec849db
commit 4568785238
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ function factions.Faction:new(faction)
land = {},
allies = {},
enemies = {},
attacked_chunks = {},
join_free = false,
banner = "bg_white.png",
} or faction
setmetatable(faction, self)
return faction