Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv5641/definitions/npcs/humans
Modified Files:
guards.xml
Log Message:
guard fixes
Index: guards.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/guards.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** guards.xml 21 Sep 2003 17:03:40 -0000 1.5
--- guards.xml 23 Sep 2003 15:37:12 -0000 1.6
***************
*** 96,98 ****
--- 96,108 ----
</npc>
+ <npc id="male_teleguard">
+ <inherit>male_guard</inherit>
+ <ai>Human_Guard_Called</ai>
+ </npc>
+
+ <npc id="female_teleguard">
+ <inherit>female_guard</inherit>
+ <ai>Human_Guard_Called</ai>
+ </npc>
+
</definitions>
|