|
From: <gjh...@us...> - 2003-09-05 20:33:01
|
Update of /cvsroot/mistmud/mistmud
In directory sc8-pr-cvs1:/tmp/cvs-serv27937
Modified Files:
Tag: rev_1_3
utility.c
Log Message:
- make drows only hate one race as that's all that's allowed in the current code
Index: utility.c
===================================================================
RCS file: /cvsroot/mistmud/mistmud/utility.c,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -C2 -d -r1.5.2.10 -r1.5.2.11
*** utility.c 2 Sep 2003 07:37:40 -0000 1.5.2.10
--- utility.c 5 Sep 2003 20:32:56 -0000 1.5.2.11
***************
*** 3323,3328 ****
--- 3323,3331 ----
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:
|