Blog talk:Adnoam/Item lists/@comment-25219384-20190407062204/@comment-25219384-20190407175323
From Fallen London Wiki
Some advantages of the "qualifiers" approach:
- I've made the code case-insensitive
- Order is (somewhat) irrelevant - Fate and Retired will appear last anyway.
So the following are equivalent:
- qualifiers = {"Election", "some comment", "Fate", "retired"}
- qualifiers = {"election", "RetireD", "FATE", "some comment"}