Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds new dreams to the heads of sleeping spacemen. #3412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion code/modules/flufftext/Dreaming.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"light","a scientist","a monkey","a catastrophe","a loved one","a gun","warmth","freezing","the sun",
"a hat","the Luna","a ruined station","a planet","plasma","air","the medical bay","the bridge","blinking lights",
"a blue light","an abandoned laboratory","Nanotrasen","The Syndicate","blood","healing","power","respect",
"riches","space","a crash","happiness","pride","a fall","water","flames","ice","melons","flying"
"riches","space","a crash","happiness","pride","a fall","water","flames","ice","melons","flying", "a room full of soft, moist eye-balls.",
"your family's childhood spaceship", "a college buddy", "your hands falling off and spurting blood everywhere", "a huge cave full of leeches",
"rockets blasting off", "rain made of your own tears", "the hidden places where I should go, and I knew that I went to before they even told me"
)
spawn(0)
for(var/i = rand(1,4),i > 0, i--)
Expand Down