mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
The revealing gem will forever have the dual gem model
This commit is contained in:
parent
3e893c44b9
commit
d3daa7337e
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ public class SpellReveal extends AbstractSpell {
|
|||
return 0x5CE81F;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPlaced(ICaster<?> source) {
|
||||
source.setCurrentLevel(1);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean update(ICaster<?> source) {
|
||||
source.findAllSpellsInRange(15).forEach(e -> {
|
||||
|
|
Loading…
Reference in a new issue