Add "Murphy" to list of random ghost names

"Murphy's Ghost" is a recurring fixture of the long-running "Wizardry" series of classic dungeon crawler video games.
This commit is contained in:
Greg Kennedy
2025-03-16 21:43:49 -05:00
committed by GitHub
parent d53698baea
commit 4e42ae27b4

View File

@@ -762,7 +762,7 @@ static const char *const ghostnames[] = {
"John", "Jon", "Karnov", "Kay", "Kenny", "Kevin",
"Maud", "Michiel", "Mike", "Peter", "Robert", "Ron",
"Tom", "Wilmar", "Nick Danger", "Phoenix", "Jiro", "Mizue",
"Stephan", "Lance Braccus", "Shadowhawk"
"Stephan", "Lance Braccus", "Shadowhawk", "Murphy"
};
/* ghost names formerly set by x_monnam(), now by makemon() instead */