Skip to content

Commit

Permalink
Shadowkin Blackeye Bug
Browse files Browse the repository at this point in the history
I... hate.... blackeye shadowkin!!!!!!!!!!!
Real talk though, shadowkin should no longer be bugged to have blackeye by default. 

Signed-off-by: SixplyDev <[email protected]>
  • Loading branch information
SixplyDev authored Jan 19, 2025
1 parent 8377c97 commit 231155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Shadowkin/ShadowkinSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private void OnEyeColorChange(EntityUid uid, ShadowkinComponent component, EyeCo
return;

component.OldEyeColor = humanoid.EyeColor;
humanoid.EyeColor = component.BlackEyeColor;
humanoid.EyeColor = component.EyeColor;
Dirty(uid, humanoid);
}

Expand Down

0 comments on commit 231155c

Please sign in to comment.