mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Linter Introduction + Cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user