forked from mtcontrib/factions
Prepared for war
This commit is contained in:
parent
bacec849db
commit
4568785238
@ -62,7 +62,9 @@ function factions.Faction:new(faction)
|
|||||||
land = {},
|
land = {},
|
||||||
allies = {},
|
allies = {},
|
||||||
enemies = {},
|
enemies = {},
|
||||||
|
attacked_chunks = {},
|
||||||
join_free = false,
|
join_free = false,
|
||||||
|
banner = "bg_white.png",
|
||||||
} or faction
|
} or faction
|
||||||
setmetatable(faction, self)
|
setmetatable(faction, self)
|
||||||
return faction
|
return faction
|
||||||
|
Loading…
Reference in New Issue
Block a user