Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
baughj committed Apr 21, 2024
1 parent 702b55b commit a5c817c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hybrasyl/Objects/Reactor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public Reactor(byte x, byte y, MapObject map, CastableReactor reactor, Creature
VisibleToOwner = reactor.DisplayOwner;
VisibleToCookies = reactor.DisplayCookie?.Split(" ").ToList() ?? new List<string>();
VisibleToStatuses = reactor.DisplayStatus?.Split(" ").ToList() ?? new List<string>();
InvisibleToCookies = new List<string>();
Init();
}

Expand Down

0 comments on commit a5c817c

Please sign in to comment.