hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Advancement collapses traits into one #107

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

We get only one spell, one ability, one personality trait. Best guess is that the advancement process collapses the URIs into one.

hgeorgsch commented 2 years ago

Wrong problem. It was advancements being applied in reverse order. Now fixed.