mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Updates spaceman dmm to 1.7 (#13603)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user