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:
parent
bf35baac77
commit
7f5a5a24ff
7 changed files with 304 additions and 4 deletions
|
@ -33,6 +33,8 @@ public interface IMasterRitualStone {
|
|||
|
||||
void setCooldown(int cooldown);
|
||||
|
||||
boolean isActive();
|
||||
|
||||
void setActive(boolean active);
|
||||
|
||||
EnumFacing getDirection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue