Make KOPS unconditional.
This commit is contained in:
@@ -313,14 +313,12 @@ register struct monst *mtmp;
|
||||
}
|
||||
}
|
||||
break;
|
||||
# ifdef KOPS
|
||||
case S_KOP: /* create Keystone Kops with cream pies to
|
||||
* throw. As suggested by KAA. [MRS]
|
||||
*/
|
||||
if (!rn2(4)) m_initthrow(mtmp, CREAM_PIE, 2);
|
||||
if (!rn2(3)) (void)mongets(mtmp,(rn2(2)) ? CLUB : RUBBER_HOSE);
|
||||
break;
|
||||
# endif
|
||||
case S_ORC:
|
||||
if(rn2(2)) (void)mongets(mtmp, ORCISH_HELM);
|
||||
switch (mm != PM_ORC_CAPTAIN ? mm :
|
||||
|
||||
Reference in New Issue
Block a user