--- deliantra/server/ext/rent.ext 2008/05/03 11:14:50 1.13 +++ deliantra/server/ext/rent.ext 2008/07/17 09:13:09 1.14 @@ -12,6 +12,7 @@ "/pup_land/nurnberg/apartment/main" => [ 300, "nürnberg", "sauerkraut"], "/pup_land/lone_town/apartment/groundfloor" => [50000, "lone town", "looney"], "/brest/apartments/brest_town_house" => [30000, "brest", "brecht"], + "/elmex/jeweler/jeweler_inn_upper" => [ 500, "jeweler town", "jewelor"], ); # we have to special case some special cases :) @@ -179,7 +180,7 @@ } } - $pl->ob->reply (undef, "Your highness, you have to rent this apartment in The Apartment Shop in Scorn first!"); + $pl->ob->reply (undef, "Your highness, you have to rent this apartment in The Apartment Shop in Scorn or other apartment shops first!"); reject_entry $pl; } },