// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/ob_type.h
// Description:	Objekt-Typen
// Author:	Freaky (16.02.97)
//
// $Log: ob_type.h,v $
// Revision 1.2  2001/03/14 20:32:37  freaky
// CVS-log eingebaut.
//

#ifndef OB_TYPE_H
#define OB_TYPE_H 1

#define OT_RUESTUNG	0x001
#define OT_WAFFE	0x002
#define OT_KLEIDUNG	0x004
#define OT_GELD		0x008
#define OT_TASCHE	0x010
#define OT_NAHRUNG	0x020
#define OT_GETRAENK	0x040

#endif // OB_TYPE_H
