-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vary the legacy start-of-game text based on role
This provides a little extra flavor to the legacy text without writing a completely new message for every role (unnecessary since the Marduk vs Moloch backstory is always the same). I did end up coming up with a different message for each role; initially I had only about 8 planned. Regardless, any new role will still fall back on "written in the Book" until a message is added. I initially implemented this with a new '%W' quest pager format string, but then got it to work purely in Lua instead, which is good because %W wouldn't have been used anywhere else. Closes #147
- Loading branch information
1 parent
4ae65b2
commit e22d688
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters