Added ritual range rendering
Currently WIP. Added the ability for the selected Ritual Range to be rendered when holding the RItual Tinkerer. Also fixed the saving issue for the ritual's Ranges.
This commit is contained in:
parent
bac2af8857
commit
0e6c57076d
4 changed files with 203 additions and 20 deletions
|
@ -112,7 +112,7 @@ public class RitualManager
|
|||
|
||||
public Ritual getRitual(String id)
|
||||
{
|
||||
return rituals.get(id);
|
||||
return rituals.get(id).getNewCopy();
|
||||
}
|
||||
|
||||
public String getId(Ritual ritual)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue