blob: ac410ad0e4d9ac2ef5e333b5138be7da54e08dbb [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(({"seesaibling","saibling"}));
SetProp(P_NAME,"Seesaibling" );
SetProp(P_SHORT,"Ein Seesaibling" );
SetProp(P_LONG,"Ein blaugrauer Seesaibling mit einem roten Bauch.\n");
SetProp(P_VALUE,80);
SetProp(P_WEIGHT, 400);
}