mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-28 18:10:16 +01:00
[Oct 08 2009] - Rumble
Fixed do_purge to allow targetting of multiple objects of the same name. i.e. 2.knife. (thanks Drefs) [Oct 07 2009] - Rumble Added CAN_SEE_IN_DARK and AFF_BLIND checks in do_automap. (thanks Frenze) [Oct 06 2009] - Rumble Fixed do_cast to allow targetting of multiple objects of the same name. i.e. 2 .knife. (thanks Drefs) [Oct 04 2009] - Rumble Fixed a bug on filling unlimited containers where it doesn't update weight. (t hanks Drefs) [Oct 02 2009] - Rumble Fixed buildwalk so it does not require the first room to exist. (thanks Zizaza t)
This commit is contained in:
parent
5e3caf42ff
commit
9f5b893ec5
6 changed files with 35 additions and 12 deletions
|
|
@ -295,7 +295,7 @@ static room_vnum redit_find_new_vnum(zone_rnum zone)
|
|||
room_rnum rnum = real_room(vnum);
|
||||
|
||||
if (rnum == NOWHERE)
|
||||
return NOWHERE;
|
||||
return vnum;
|
||||
|
||||
for(;;) {
|
||||
if (vnum > zone_table[zone].top)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue