X Tutup
Skip to content

Fix missing station manager in the lobby of Torvalds station#6224

Merged
impaktor merged 1 commit intopioneerspacesim:masterfrom
zonkmachine:lobbyface
Oct 20, 2025
Merged

Fix missing station manager in the lobby of Torvalds station#6224
impaktor merged 1 commit intopioneerspacesim:masterfrom
zonkmachine:lobbyface

Conversation

@zonkmachine
Copy link
Member

@zonkmachine zonkmachine commented Oct 19, 2025

'0' is a possible seed so if we compare the init value to a real seed of '0', it will test 'true', and the station face will not be drawn. Torvalds station is the only custom station that is seeded with 0.

Image

'0' is a real option so if we compare the init value to a real
seed of '0', it will test 'true', and the station face will not
be drawn.
Copy link
Member

@impaktor impaktor left a comment

Choose a reason for hiding this comment

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

Looks good. Now same as in police.lua and shiprepairs.lua

@impaktor impaktor merged commit 770d4cd into pioneerspacesim:master Oct 20, 2025
@zonkmachine zonkmachine deleted the lobbyface branch October 20, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup