Skip to content

Commit

Permalink
Merge pull request Baystation12#3340 from Mloc/master
Browse files Browse the repository at this point in the history
Nerfed snoring frequency.
  • Loading branch information
mloc committed Jul 23, 2013
2 parents 580f7cf + 09db9f1 commit adc75dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@
sleeping = max(sleeping-1, 0)
blinded = 1
stat = UNCONSCIOUS
if( prob(10) && health && !hal_crit )
if( prob(2) && health && !hal_crit )
spawn(0)
emote("snore")
else if(resting)
Expand Down

0 comments on commit adc75dd

Please sign in to comment.