|
From: <gjh...@us...> - 2003-09-05 20:34:24
|
Update of /cvsroot/mistmud/mistmud
In directory sc8-pr-cvs1:/tmp/cvs-serv28207
Modified Files:
utility.c
Log Message:
- make drows only hate one race - all that the code allows
Index: utility.c
===================================================================
RCS file: /cvsroot/mistmud/mistmud/utility.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** utility.c 2 Sep 2003 07:36:19 -0000 1.9
--- utility.c 5 Sep 2003 20:34:20 -0000 1.10
***************
*** 3819,3824 ****
--- 3819,3827 ----
case RACE_DROW:
+ #if 0
AddHatred(mob, OP_RACE,
RACE_HIGH_ELF + RACE_SYLVAN_ELF + RACE_GREY_ELF);
+ #endif
+ AddHatred(mob, OP_RACE, RACE_HIGH_ELF);
break;
case RACE_SKEXIE:
|