]> git.pond.sub.org Git - empserver/commit
Make newcap's second argument mandatory
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 24 Mar 2008 10:22:40 +0000 (11:22 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 26 Mar 2008 21:10:29 +0000 (22:10 +0100)
commita419904c7053028825e9901868ae926d7a827cb5
tree1a74f8e046898667d450dc0a440986ced26cdc60
parenta0fa4550a8010b5cb841d69751fb3686912b5aea
Make newcap's second argument mandatory

The code to find a suitable sanctuary location is flawed: to find
space and resources around the location, it does a depth-first search
limited to 300 sectors.  Pretty useless when the limit is reached.  A
breadth-first search would work, but why bother?  This feature is
obscure and rarely (if ever) used: no conscientious deity would use it
for a real game, and for blitzes fairland does a better job.  Remove
it.
info/newcap.t
src/lib/commands/new.c
src/lib/player/empmod.c