From 4e42ae27b49082aed60e5c686fc7a00b876d44fd Mon Sep 17 00:00:00 2001 From: Greg Kennedy Date: Sun, 16 Mar 2025 21:43:49 -0500 Subject: [PATCH] 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. --- src/do_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do_name.c b/src/do_name.c index 37876700e..9a2d2f54c 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -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 */