mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
Adjusted CLs of all Restuss NPCs
Recruiter conversation is now much cleaner and less bulky than before Rori patrol updated New characters now get neutral faction assigned
This commit is contained in:
@@ -61,8 +61,8 @@ public class TangibleObject extends SWGObject {
|
||||
private boolean inCombat = false;
|
||||
private int condition = 0;
|
||||
private Set<PvpFlag> pvpFlags = EnumSet.noneOf(PvpFlag.class);
|
||||
private PvpStatus pvpStatus = PvpStatus.COMBATANT;
|
||||
private Faction faction = null;
|
||||
private PvpStatus pvpStatus = PvpStatus.COMBATANT;
|
||||
private Faction faction = ServerData.INSTANCE.getFactions().getFaction(PvpFaction.NEUTRAL.name().toLowerCase(Locale.US));
|
||||
private boolean visibleGmOnly = true;
|
||||
private byte [] objectEffects = new byte[0];
|
||||
private int optionFlags = 0;
|
||||
|
||||
Reference in New Issue
Block a user