Cannot be good and evil at the same time.
This commit is contained in:
@@ -14497,10 +14497,12 @@ public final class L2PcInstance extends L2Playable
|
|||||||
public void setGood()
|
public void setGood()
|
||||||
{
|
{
|
||||||
_isGood = true;
|
_isGood = true;
|
||||||
|
_isEvil = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setEvil()
|
public void setEvil()
|
||||||
{
|
{
|
||||||
|
_isGood = false;
|
||||||
_isEvil = true;
|
_isEvil = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user