blob: c135572882a65671d54492afd2275568c4c99c42 [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(({"seezunge"}));
SetProp(P_NAME,"Seezunge" );
SetProp(P_GENDER,FEMALE);
SetProp(P_SHORT,"Eine Seezunge" );
SetProp(P_LONG,"Eine kleine braune Seezunge.\n");
SetProp(P_VALUE,60);
SetProp(P_WEIGHT, 300);
}