Skip to content

Commit

Permalink
adding some unimplemented feats, sorting of feats in the code, and so…
Browse files Browse the repository at this point in the history
…me minor bug fixes

git-svn-id: svn+ssh://50.28.74.132/home/luminari/svn/luminari/myproject/trunk@2551 dda7f814-ccd3-4591-a6d7-1bd23e5e64af
  • Loading branch information
luminari committed May 18, 2015
1 parent d3e9fc4 commit 6385ec3
Show file tree
Hide file tree
Showing 5 changed files with 2,361 additions and 5 deletions.
1 change: 1 addition & 0 deletions nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
<in>sysdep.h</in>
<in>tedit.c</in>
<in>telnet.h</in>
<in>trade.c</in>
<in>traps.c</in>
<in>traps.h</in>
<in>treasure.c</in>
Expand Down
7 changes: 3 additions & 4 deletions spec_assign.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ void assign_mobiles(void)
ASSIGNMOB(200001, receptionist);
/* not yet defined
ASSIGNMOB(200000, guild_golem);
ASSIGNMOB(155699, cube_slider);
*/

ASSIGNMOB(155699, cube_slider);

ASSIGNMOB(126907, receptionist);

Expand Down Expand Up @@ -593,18 +592,18 @@ void assign_mobiles(void)
ASSIGNMOB(106000, cf_alathar);
ASSIGNMOB(106040, cf_trainingmaster);

/* not yet defined
ASSIGNMOB(145146, ttf_monstrosity);
ASSIGNMOB(145116, ttf_abomination);
ASSIGNMOB(145182, ttf_rotbringer);
ASSIGNMOB(145189, ttf_patrol);

/* not yet defined
ASSIGNMOB(113751, dracolich);
ASSIGNMOB(113750, tiamat);
*/

ASSIGNMOB(132910, kt_kenjin);

ASSIGNMOB(112600, wallach);
ASSIGNMOB(112607, beltush);
ASSIGNMOB(100580, imix);
Expand Down
Loading

0 comments on commit 6385ec3

Please sign in to comment.