Merge pull request #11971 from Putnam3145/fix-story-storyteller

More dynamic tweaks
This commit is contained in:
kevinz000
2020-04-25 17:05:38 -07:00
committed by GitHub
10 changed files with 30 additions and 17 deletions

View File

@@ -122,7 +122,7 @@
/obj/structure/table/abductor/wabbajack/proc/sleeper_dreams(mob/living/sleeper)
if(sleeper in sleepers)
to_chat(sleeper, "<span class='revennotice'>While you slumber, you have the strangest dream, like you can see yourself from the outside.</span>")
sleeper.ghostize(TRUE)
sleeper.ghostize(TRUE, voluntary = TRUE)
/obj/structure/table/abductor/wabbajack/left
desc = "You sleep so it may wake."