Improve the Faction home system.

This commit is contained in:
Olof Larsson
2014-09-18 13:41:20 +02:00
parent a4ff2abd5c
commit aa350da005
49 changed files with 403 additions and 259 deletions

View File

@@ -29,6 +29,10 @@ public class RelationUtil
if (that instanceof Faction)
{
if (thatFaction.isNone())
{
ret = thatFaction.getName();
}
if (me instanceof MPlayer && myFaction == thatFaction)
{
ret = "your faction";