From 7cb97cbd14ced63f21da3eaf14e66bc89f11625e Mon Sep 17 00:00:00 2001 From: karnov Date: Tue, 27 Dec 2016 23:08:05 -0500 Subject: [PATCH] Modified player name list to include new team members. --- src/mplayer.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mplayer.c b/src/mplayer.c index de5a2d680..ec895546c 100644 --- a/src/mplayer.c +++ b/src/mplayer.c @@ -16,9 +16,10 @@ STATIC_DCL void FDECL(mk_mplayer_armor, (struct monst *, SHORT_P)); */ static const char *developers[] = { /* devteam */ - "Dave", "Dean", "Eric", "Izchak", "Janet", "Jessie", - "Ken", "Kevin", "Michael", "Mike", "Pat", "Paul", - "Steve", "Timo", "Warwick", + "Alex", "Dave", "Dean", "Derek", "Eric", "Izchak", + "Janet", "Jessie", "Ken", "Kevin", "Michael", "Mike", + "Pasi", "Pat", "Patric", "Paul", "Sean", "Steve", + "Timo", "Warwick", /* PC team */ "Bill", "Eric", "Keizo", "Ken", "Kevin", "Michael", "Mike", "Paul", "Stephen", "Steve", "Timo", "Yitzhak",