/* * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #define ITEM_FISTS 0x00000001i #define ITEM_GAUSSPISTOL 0x00000002i #define ITEM_BEAMGUN 0x00000004i #define ITEM_CHEMICALGUN 0x00000008i #define ITEM_DML 0x00000010i #define ITEM_MINIGUN 0x00000020i #define ITEM_AICORE 0x00000040i #define ITEM_GRENADE 0x00000080i #define ITEM_SHOTGUN 0x00000100i #define ITEM_GAUSSADDON 0x00000200i #define ITEM_UNUSED11 0x00000400i #define ITEM_UNUSED12 0x00000800i #define ITEM_UNUSED13 0x00001000i #define ITEM_UNUSED14 0x00002000i #define ITEM_SUIT 0x00004000i #define ITEM_LONGJUMP 0x00008000i #define ITEM_UNUSED17 0x00010000i #define ITEM_UNUSED18 0x00020000i #define ITEM_UNUSED19 0x00040000i #define ITEM_UNUSED20 0x00080000i #define ITEM_UNUSED21 0x00100000i #define ITEM_UNUSED22 0x00200000i #define ITEM_UNUSED23 0x00400000i #define ITEM_UNUSED24 0x00800000i #define ITEM_UNUSED25 0x01000000i #define ITEM_UNUSED26 0x02000000i #define ITEM_UNUSED27 0x04000000i #define ITEM_UNUSED28 0x08000000i #define ITEM_UNUSED29 0x10000000i #define ITEM_UNUSED30 0x20000000i #define ITEM_UNUSED31 0x40000000i #define ITEM_UNUSED32 0x80000000i