Addition of missing fake death config assignments.

Contributed by Trance.
This commit is contained in:
MobiusDevelopment
2020-05-24 01:08:58 +00:00
parent 3e8fa12b47
commit 4a407c57d9
7 changed files with 14 additions and 0 deletions

View File

@@ -1637,6 +1637,8 @@ public class Config
SUBCLASS_STORE_SKILL_COOLTIME = Character.getBoolean("SubclassStoreSkillCooltime", false);
SUMMON_STORE_SKILL_COOLTIME = Character.getBoolean("SummonStoreSkillCooltime", true);
EFFECT_TICK_RATIO = Character.getLong("EffectTickRatio", 666);
FAKE_DEATH_UNTARGET = Character.getBoolean("FakeDeathUntarget", true);
FAKE_DEATH_DAMAGE_STAND = Character.getBoolean("FakeDeathDamageStand", false);
LIFE_CRYSTAL_NEEDED = Character.getBoolean("LifeCrystalNeeded", true);
DIVINE_SP_BOOK_NEEDED = Character.getBoolean("DivineInspirationSpBookNeeded", true);
ALT_GAME_SUBCLASS_WITHOUT_QUESTS = Character.getBoolean("AltSubClassWithoutQuests", false);