fixed some bugs in new 'g'o system
[k8-i-v-a-n.git] / src / game / items / item_skull.cpp
blobab9a21b3308a05cf72ff9aface891d0eb9107e66
1 #ifdef HEADER_PHASE
2 ITEM(skull, item)
4 virtual truth IsBodyPart () const { return true; }
5 };
6 #endif