Skip to content

Commit

Permalink
Merge pull request #36452 from Ramza13/narcolepsy
Browse files Browse the repository at this point in the history
Fixed narcoleptic trait
  • Loading branch information
ZhilkinSerg authored Dec 26, 2019
2 parents ce7512f + 113c8b8 commit 60ec7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void Character::suffer_while_awake( const int current_stim )
if( one_turn_in( 8_hours ) ) {
add_msg( m_bad,
_( "You're suddenly overcome with the urge to sleep and you pass out." ) );
add_effect( effect_lying_down, 20_minutes );
fall_asleep( 20_minutes );
}
}

Expand Down

0 comments on commit 60ec7dc

Please sign in to comment.