btmux-0.6-rc4/doc/
btmux-0.6-rc4/event/
btmux-0.6-rc4/game/
btmux-0.6-rc4/game/maps/
btmux-0.6-rc4/game/mechs/
btmux-0.6-rc4/game/text/help/
btmux-0.6-rc4/game/text/help/cat_faction/
btmux-0.6-rc4/game/text/help/cat_inform/
btmux-0.6-rc4/game/text/help/cat_misc/
btmux-0.6-rc4/game/text/help/cat_mux/
btmux-0.6-rc4/game/text/help/cat_mux/cat_commands/
btmux-0.6-rc4/game/text/help/cat_mux/cat_functions/
btmux-0.6-rc4/game/text/help/cat_templates/
btmux-0.6-rc4/game/text/wizhelp/
btmux-0.6-rc4/include/
btmux-0.6-rc4/misc/
btmux-0.6-rc4/python/
btmux-0.6-rc4/src/hcode/btech/
btmux-0.6-rc4/tree/
/*
 * $Id: mine.h,v 1.1.1.1 2005/01/11 21:18:29 kstevens Exp $
 *
 * Author: Markus Stenberg <fingon@iki.fi>
 *
 *  Copyright (c) 1996 Markus Stenberg
 *  Copyright (c) 1998-2002 Thomas Wouters
 *  Copyright (c) 2000-2002 Cord Awtry
 *       All rights reserved
 *
 * Created: Tue Oct 22 18:32:22 1996 fingon
 * Last modified: Tue Oct 21 18:35:36 1997 fingon
 *
 */

#ifndef MINE_H
#define MINE_H

#define MINE_LOW  1
#define MINE_HIGH 5
#define MINE_STANDARD 1
#define MINE_INFERNO  2
#define MINE_COMMAND  3
#define MINE_VIBRA    4
#define MINE_TRIGGER  5		/* Same as vibra, except shows _no_ message,
				   and doesn't get destroyed */
#define VIBRO(a)      (a == MINE_VIBRA || a == MINE_TRIGGER)

#endif				/* MINE_H */