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

made_some_crayons_brighter #32359

Closed
Closed
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
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Objects/Fun/crayons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
- type: Item
heldPrefix: green
- type: Crayon
color: green
color: "#00C200"
- type: Tag
tags:
- Write
Expand All @@ -201,7 +201,7 @@
- type: Item
heldPrefix: blue
- type: Crayon
color: lightblue
color: "#2454FF"
- type: Tag
tags:
- Write
Expand All @@ -220,7 +220,7 @@
- type: Item
heldPrefix: purple
- type: Crayon
color: purple
color: "#A600FF"
- type: Tag
tags:
- Write
Expand Down Expand Up @@ -290,4 +290,4 @@
whitelist:
tags:
- CrayonWhite
- type: Appearance
- type: Appearance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- type: Appearance
- type: Appearance

Copy link
Member

@slarticodefast slarticodefast Sep 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this even keep happening? Is it a wrong .editorconfig setting?
Edit: I just checked and we have insert_final_newline = true so this should not happen in an IDE. Are people using notepad++ or something?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suppose so

Loading