diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-01 14:05:09 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-01 14:05:09 -0700 |
commit | 28677f9e8071015f65a81254232d12da6393f144 (patch) | |
tree | 78de457ad6410acfafcb4a8138d876af1f6fb36a /src/map/npc.c | |
parent | 41ad58a56c0f9d27ca61709141115981520fc9ea (diff) | |
download | tmwa-28677f9e8071015f65a81254232d12da6393f144.tar.gz tmwa-28677f9e8071015f65a81254232d12da6393f144.tar.bz2 tmwa-28677f9e8071015f65a81254232d12da6393f144.tar.xz tmwa-28677f9e8071015f65a81254232d12da6393f144.zip |
Added mutations to mobs (must change mob_db.txt)
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index a82fe12..31a0c42 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1729,7 +1729,6 @@ int npc_parse_mob(char *w1,char *w2,char *w3,char *w4) md->timer = -1; md->target_id=0; md->attacked_id=0; - md->speed=mob_db[class].speed; if (mob_db[class].mode&0x02) md->lootitem=(struct item *)aCalloc(LOOTITEM_SIZE,sizeof(struct item)); |