Home
last modified time | relevance | path

Searched refs:effect_tapeworm (Results 1 – 10 of 10) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dstomach_contents_test.cpp212 const efftype_id effect_tapeworm( "tapeworm" ); variable
221 dummy.add_effect( effect_tapeworm, 1_days );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dstomach_contents_test.cpp212 const efftype_id effect_tapeworm( "tapeworm" ); variable
221 dummy.add_effect( effect_tapeworm, 1_days );
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dconsumption.cpp79 static const efftype_id effect_tapeworm( "tapeworm" ); variable
993 you.add_effect( effect_tapeworm, 1_turns, true ); in eat()
1437 if( has_effect( effect_tapeworm ) ) { in consume_effects()
H A Dplayer_hardcoded_effects.cpp99 static const efftype_id effect_tapeworm( "tapeworm" ); variable
807 } else if( id == effect_tapeworm ) { in hardcoded_effects()
H A Dcharacter.cpp208 static const efftype_id effect_tapeworm( "tapeworm" ); variable
12338 has_effect( effect_tapeworm ) || in process_effects()
12342 remove_effect( effect_tapeworm ); in process_effects()
12355 if( has_trait( trait_EATHEALTH ) && has_effect( effect_tapeworm ) ) { in process_effects()
12356 remove_effect( effect_tapeworm ); in process_effects()
H A Diuse.cpp209 static const efftype_id effect_tapeworm( "tapeworm" ); variable
767 if( p->has_effect( effect_tapeworm ) ) { in antiparasitic()
768 p->remove_effect( effect_tapeworm ); in antiparasitic()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dconsumption.cpp79 static const efftype_id effect_tapeworm( "tapeworm" ); variable
993 you.add_effect( effect_tapeworm, 1_turns, true ); in eat()
1437 if( has_effect( effect_tapeworm ) ) { in consume_effects()
H A Dplayer_hardcoded_effects.cpp99 static const efftype_id effect_tapeworm( "tapeworm" ); variable
807 } else if( id == effect_tapeworm ) { in hardcoded_effects()
H A Dcharacter.cpp208 static const efftype_id effect_tapeworm( "tapeworm" ); variable
12338 has_effect( effect_tapeworm ) || in process_effects()
12342 remove_effect( effect_tapeworm ); in process_effects()
12355 if( has_trait( trait_EATHEALTH ) && has_effect( effect_tapeworm ) ) { in process_effects()
12356 remove_effect( effect_tapeworm ); in process_effects()
H A Diuse.cpp209 static const efftype_id effect_tapeworm( "tapeworm" ); variable
767 if( p->has_effect( effect_tapeworm ) ) { in antiparasitic()
768 p->remove_effect( effect_tapeworm ); in antiparasitic()