Home
last modified time | relevance | path

Searched refs:IS_AFFECTED_BY_MUSTARD_GAS (Results 1 – 5 of 5) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Divandef.h1174 #define IS_AFFECTED_BY_MUSTARD_GAS 32 macro
H A Ddefinesvalidator.h4923 #ifdef IS_AFFECTED_BY_MUSTARD_GAS // DO NOT MODIFY! in Validate()
4925 bsB = IS_AFFECTED_BY_MUSTARD_GAS; in Validate()
4927 …2 from .dat file mismatches hardcoded c++ define value of " << IS_AFFECTED_BY_MUSTARD_GAS << "!" <… in Validate()
/dports/games/ivan/ivan-059/Script/
H A Ddefine.dat1419 #define IS_AFFECTED_BY_MUSTARD_GAS 32
H A Dmaterial.dat5891 InteractionFlags = Base|IS_AFFECTED_BY_MUSTARD_GAS|CAN_BURN;
/dports/games/ivan/ivan-059/Main/Source/
H A Dchar.cpp12522 if(BodyPart->GetMainMaterial()->GetInteractionFlags() & IS_AFFECTED_BY_MUSTARD_GAS) in ReceiveMustardGasLiquid()