Linter Introduction + Cleanup

This commit is contained in:
Neerti
2021-05-25 23:19:34 -04:00
committed by VirgoBot
parent 6e257dcd84
commit 767e655310
191 changed files with 3753 additions and 609 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ mob/living/carbon/proc/dream()
sleep(rand(40,70))
if(paralysis <= 0)
dreaming = 0
return 0
return
dreaming = 0
return 1
return
mob/living/carbon/proc/handle_dreams()
if(client && !dreaming && prob(5))