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

list().Join() is broken #808

Closed
ike709 opened this issue Sep 23, 2022 · 0 comments · Fixed by #812
Closed

list().Join() is broken #808

ike709 opened this issue Sep 23, 2022 · 0 comments · Fixed by #812
Labels
Compiler Involves the OpenDream compiler

Comments

@ike709
Copy link
Collaborator

ike709 commented Sep 23, 2022

Code:

/datum/station_goal/bluespace_cannon/get_report()
	return list(
		"<blockquote>Our military presence is inadequate in your sector.",
		"We need you to construct BSA-[rand(1,99)] Artillery position aboard your station.",
		"",
		"Base parts are available for shipping via cargo.",
		"-Nanotrasen Naval Command</blockquote>",
	).Join("\n")

Error: Error at code\modules\station_goals\bsa.dm:13:14: Invalid property "Join"

@wixoaGit wixoaGit added the Compiler Involves the OpenDream compiler label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Involves the OpenDream compiler
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants