repo.or.cz
/
k8-i-v-a-n.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetix
[k8-i-v-a-n.git]
/
src
/
game
/
items
/
item_lump.cpp
blob
3003195d7bfc31881c714e5337c17833972ce58e
1
#ifdef HEADER_PHASE
2
ITEM
(
lump
,
item
)
3
{
4
protected
:
5
virtual
void
AddPostFix
(
festring
&
String
,
int
)
const
{
AddLumpyPostFix
(
String
); }
6
virtual
truth
ShowMaterial
()
const
{
return false
; }
7
virtual
truth
WeightIsIrrelevant
()
const
{
return true
; }
8
};
9
#endif