Updates spaceman dmm to 1.7 (#13603)

This commit is contained in:
mikomyazaki
2022-04-24 16:13:50 +02:00
committed by GitHub
parent 1fa55682a9
commit 4886413375
15 changed files with 37 additions and 43 deletions
+1 -3
View File
@@ -22,10 +22,8 @@ mob/living/carbon/proc/dream()
to_chat(src, "<span class='notice'><i>... [pick(dreams)] ...</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(client && !dreaming && prob(5))