Skip to content

Conversation

DeityLink
Copy link
Collaborator

@DeityLink DeityLink commented Sep 1, 2024

2024-09-01.18-20-12.mp4

🆑

  • rscadd: Psychedelic Jumpsuit now glows in the dark, even while worn! Same with the clown variants.
  • imageadd: The Pyschedelic Jumpsuit's in-hand icons are now actually psychedelic.
  • imageadd: Added in-hand icons for the Purple and Aqua jumpsuits.

@DeityLink DeityLink added Sprites Pretty colors. Fluff 🧸 How uselessly cute. labels Sep 1, 2024
@Eneocho
Copy link
Collaborator

Eneocho commented Sep 1, 2024

was expecting a mild tile glow too, but this is fine

@boy2mantwicethefam
Copy link
Contributor

boy2mantwicethefam commented Sep 1, 2024

I thought psychedelic jumpsuits simply switched colors between jumpsuits, not actually glow too

@DeityLink
Copy link
Collaborator Author

It's not about whether they do.

It's about whether they should.

@SonixApache
Copy link
Contributor

horrific
has science gone too far?

var/image/dyn_overlay_left
var/image/dyn_overlay_right

if ((luminosity > 0) || (dyed_parts.len > 0))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit, but relational operators always are checked prior to boolean operators so your parentheses are not necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

double nit, dyed_parts.len > 0 could be simplified to dyed_parts.len

@west3436 west3436 merged commit 65116d8 into vgstation-coders:Bleeding-Edge Sep 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fluff 🧸 How uselessly cute. Sprites Pretty colors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants