Fixes linter problems (#28816)

This commit is contained in:
Exxion
2021-02-07 23:50:33 -05:00
committed by GitHub
parent e558f95df6
commit 590a74972b
14 changed files with 67 additions and 79 deletions

View File

@@ -27,10 +27,8 @@ mob/living/carbon/proc/dream()
to_chat(src, "<span class='notice'><i>... [dream_image] ...</i></span>")
sleep(rand(40,70))
if(paralysis <= 0)
dreaming = 0
return 0
break
dreaming = 0
return 1
mob/living/carbon/proc/handle_dreams()
if(prob(5) && !dreaming)