Merge pull request #12600 from Ghommie/Ghommie-cit820

Fixing the snore-pocalypse, and another not so critical issue.
This commit is contained in:
silicons
2020-06-24 20:27:16 -07:00
committed by GitHub
6 changed files with 23 additions and 16 deletions
-4
View File
@@ -1,7 +1,3 @@
/mob/living/carbon/proc/handle_dreams()
if(prob(10) && !dreaming)
dream()
/mob/living/carbon/proc/dream()
set waitfor = FALSE
var/list/dream_fragments = list()