Change to Monster Code

NOTE: Monsters coded are now automatically added to a database
for summoning purposes. If you code a monster you DO NOT want
to be summonable by players, you must include the line

   set("prevent_summon", 1);

in the create() function.

