Veil of Evil & Ward of Sacrosanctity (#1578)

* Veil of Evil class creation

Signed-off-by: tobias <angryaeon@icloud.com>

* Transplanted legacy code.

* VeilOfEvil and WardOfSacrosanctity base finished.
Added isActive() to IMasterRitualStone

* Renaming, commented out arimethric error

* make it static to make it work

* removed sout & renamed rituals

* Finished up base Veil of Evil & Ward of Sacrosanctity.

Temporarily removed Gaia's Transformation.
This commit is contained in:
Tobias 2019-05-19 15:35:38 +00:00 committed by Nick Ignoffo
parent bf35baac77
commit 7f5a5a24ff
7 changed files with 304 additions and 4 deletions

View file

@ -33,6 +33,8 @@ public interface IMasterRitualStone {
void setCooldown(int cooldown);
boolean isActive();
void setActive(boolean active);
EnumFacing getDirection();