Skip to content

Commit

Permalink
Make deity domains an object rather than a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Overmyer committed Apr 24, 2019
1 parent 53a6435 commit 4f19f7b
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 69 deletions.
2 changes: 1 addition & 1 deletion pkg/pantheon/appearances.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package pantheon

func getAllAppearances() []string {
func getGeneralAppearances() []string {
appearances := []string{
"anguished",
"attractive",
Expand Down
Loading

0 comments on commit 4f19f7b

Please sign in to comment.