blob: b338d28fcc813b2c2f2a2ad7d383d88d278cc958 [file] [log] [blame]
#include <language.h>
#include <properties.h>
#include <fishing.h>
inherit STD_FISCH;
protected void create() {
if (!clonep(this_object())) return;
::create();
AddId(({"rochen","nagelrochen"}));
SetProp(P_NAME,"Rochen" );
SetProp(P_GENDER,MALE);
SetProp(P_SHORT,"Ein Rochen" );
SetProp(P_LONG,"Ein kleiner Nagelrochen.\n");
SetProp(P_VALUE,60);
SetProp(P_WEIGHT, 300);
}