Skip to content

Conversation

@Ruzihm
Copy link
Contributor

@Ruzihm Ruzihm commented Jan 18, 2026

Closes #1601

Test case:

	verb/test_improper()
		var/x1 = "\proper something (proper)"
		var/x2 = "\improper something (improper)"
		world.log << "\a [x1]"
		world.log << "\a [x2]"
		world.log << x1
		world.log << x2

BYOND:

something (proper)
a something (improper)
something (proper)
something (improper)

Before PR:

[INFO] world.log: something (proper)
[INFO] world.log: a something (improper)
[INFO] world.log: 0something (proper)
[INFO] world.log: 1something (improper)

With PR:

[INFO] world.log: something (proper)
[INFO] world.log: a something (improper)
[INFO] world.log: something (proper)
[INFO] world.log: something (improper)

@boring-cyborg boring-cyborg bot added the Runtime Involves the OpenDream server/runtime label Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Runtime Involves the OpenDream server/runtime size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Traitor location codeword have weird characters

1 participant