_std/defines/clothing.dm 
SPACEWEAR | protects you from the dangers of space |
---|---|
MASKINTERNALS | mask allows internals to be used |
COVERSEYES | covers the person's eyes |
NOSLIP | for galoshes/magic sandals/etc that prevent slipping on things |
SLEEVELESS | ain't got no sleeeeeves |
BLOCKSMOKE | block smoke inhalations (gas mask) |
BLOCKCHOKE | blocks choking, also a very silly flag name |
IS_JETPACK | is this clothing a jetpack |
EQUIPPED_WHILE_HELD | doesn't need to be worn to appear in the 'get_equipped_items' list and apply itemproperties (protections resistances etc)! for stuff like shields |
HAS_GRAB_EQUIP | unused flag if we currently have a grab (or by extention, a block) attached to us |
BLOCK_TOOLTIP | whether or not we should show extra tooltip info about blocking with this item |
BLOCK_CUT | block an extra point of cut damage when used to block |
BLOCK_STAB | block an extra point of stab damage when used to block |
BLOCK_BURN | block an extra point of burn damage when used to block |
BLOCK_BLUNT | block an extra point of blunt damage when used to block |
ONBACK | can be worn on the back |
ONBELT | can be work on the belt |
BLOCKMIASMA | block miasma inhalations (sterile mask) |
Define Details
BLOCKCHOKE 
blocks choking, also a very silly flag name
BLOCKMIASMA 
block miasma inhalations (sterile mask)
BLOCKSMOKE 
block smoke inhalations (gas mask)
BLOCK_BLUNT 
block an extra point of blunt damage when used to block
BLOCK_BURN 
block an extra point of burn damage when used to block
BLOCK_CUT 
block an extra point of cut damage when used to block
BLOCK_STAB 
block an extra point of stab damage when used to block
BLOCK_TOOLTIP 
whether or not we should show extra tooltip info about blocking with this item
COVERSEYES 
covers the person's eyes
EQUIPPED_WHILE_HELD 
doesn't need to be worn to appear in the 'get_equipped_items' list and apply itemproperties (protections resistances etc)! for stuff like shields
HAS_GRAB_EQUIP 
unused flag if we currently have a grab (or by extention, a block) attached to us
IS_JETPACK 
is this clothing a jetpack
MASKINTERNALS 
mask allows internals to be used
NOSLIP 
for galoshes/magic sandals/etc that prevent slipping on things
ONBACK 
can be worn on the back
ONBELT 
can be work on the belt
SLEEVELESS 
ain't got no sleeeeeves
SPACEWEAR 
protects you from the dangers of space