Searched refs:effect_slept_through_alarm (Results 1 – 8 of 8) sorted by relevance
95 static const efftype_id effect_slept_through_alarm( "slept_through_alarm" ); variable1503 bool slept_through = has_effect( effect_slept_through_alarm ); in hardcoded_effects()1511 if( !has_effect( effect_slept_through_alarm ) ) { in hardcoded_effects()1512 add_effect( effect_slept_through_alarm, 1_turns, true ); in hardcoded_effects()1520 if( !has_effect( effect_slept_through_alarm ) ) { in hardcoded_effects()1521 add_effect( effect_slept_through_alarm, 1_turns, true ); in hardcoded_effects()
91 static const efftype_id effect_slept_through_alarm( "slept_through_alarm" ); variable1008 if( has_effect( effect_alarm_clock ) && !has_effect( effect_slept_through_alarm ) ) { in wake_up()1011 } else if( has_effect( effect_slept_through_alarm ) ) { in wake_up()
77 static const efftype_id effect_slept_through_alarm( "slept_through_alarm" ); variable451 bool slept_through = p->has_effect( effect_slept_through_alarm ); in process_sound_markers()
206 static const efftype_id effect_slept_through_alarm( "slept_through_alarm" ); variable9074 remove_effect( effect_slept_through_alarm ); in wake_up()