Skip to content

Commit fa53096

Browse files
authored
we had one hotfix merge. but what about 2nd hotfix? (ss14Starlight#2782)
<!-- IT'S NOT WIZDENS REPO, IF YOU WANT TO ADD YOUR CHANGES ON ALL SERVERS, CREATE PR TO WIZDENS REPO --> ## Short description <!-- What do you propose to change with your PR? --> ## Why we need to add this <!-- What is the reason for adding these changes? Please post links to Discussions as well as Bug Reports here. Please describe how this will change the game balance. --> ## Media (Video/Screenshots) <!-- If your PR contains in-game changes you must provide screenshots/videos of the changes. --> ## Checks <!-- check boxes for faster reviewing of your PR --> - [ ] I do not require assistance to complete the PR. - [ ] Before posting/requesting review of a PR, I have verified that the changes work. - [ ] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [ ] I affirm that my changes are licensed under the [Starlight Fork License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE-Starlight.TXT) and grant permission for use in this repository under its conditions. **Changelog** <!-- If you want the players to know about changes made in this PR, specify them using the template outside the comment. Short and informative. :cl: STARLIGHT TEAM - add: Added Starlight. - remove: Removed SS13. - tweak: Changed SS14. - fix: Fixed Rinary. -->
2 parents 0e90ccd + 94cb930 commit fa53096

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Content.Client/_Starlight/NullSpaceSystem.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ private void OnShutdown(EntityUid uid, Component component, ComponentShutdown ar
6464

6565
private void GotEquippedEvent(EntityUid uid, ShowNullSpaceComponent component, GotEquippedEvent args)
6666
{
67-
if (!component.ShowShader)
67+
if (args.Equipee != _playerMan.LocalEntity
68+
|| !component.ShowShader)
6869
return;
6970

7071
_overlayMan.AddOverlay(_overlay);

Resources/Changelog/ChangelogStarlight.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25653,5 +25653,12 @@ Entries:
2565325653
id: 277800
2565425654
time: '2026-01-10T16:56:20.000000+00:00'
2565525655
url: https://github.com/ss14Starlight/space-station-14/pull/2778
25656+
- author: Shades
25657+
changes:
25658+
- message: Fixed Nullspace Goggles adding the overlay to... E V E R Y O N E.
25659+
type: Fix
25660+
id: 278100
25661+
time: '2026-01-10T19:41:34.000000+00:00'
25662+
url: https://github.com/ss14Starlight/space-station-14/pull/2781
2565625663
Order: -1
2565725664

0 commit comments

Comments
 (0)