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:
WayofTime 2020-11-10 12:51:20 -05:00
parent bac2af8857
commit 0e6c57076d
4 changed files with 203 additions and 20 deletions

View file

@ -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)