Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Station Administrator Fix #2362

Merged
merged 3 commits into from
Aug 27, 2016
Merged

Conversation

SinTwo
Copy link
Contributor

@SinTwo SinTwo commented Aug 27, 2016

Fixes #2351 not #2352

Station Administrator should now work correctly.

@SinTwo SinTwo added the Bugfix The PR fixes one or more bugs. label Aug 27, 2016
@SinTwo SinTwo changed the title Station administrator fix Station Administrator Fix Aug 27, 2016
var/sound/announce_sound = (ticker.current_state <= GAME_STATE_SETTING_UP)? null : sound('sound/misc/boatswain.ogg', volume=20)
captain_announcement.Announce("All hands, Captain [H.real_name] on deck!", new_sound=announce_sound)
captain_announcement.Announce("All hands, Station Administrator [H.real_name] on deck!", new_sound=announce_sound)
Copy link
Contributor

Choose a reason for hiding this comment

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

Could probably use an alt-title checker, not really necessary, but would be nice.

@Anewbe Anewbe merged commit 22ac746 into PolarisSS13:master Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix The PR fixes one or more bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants