-
Notifications
You must be signed in to change notification settings - Fork 195
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
Port Station Goals #465
Port Station Goals #465
Conversation
@stellar-novas Yep, I got it for you, thanks for the catch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More grammar issues I don't plan to comment on; but uh, this really should be configurable to randomly send / non-send goals.
Co-authored-by: Danger Revolution! <[email protected]> Signed-off-by: VMSolidus <[email protected]>
Sure, I can do that real quick. |
This comment was marked as resolved.
This comment was marked as resolved.
Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/objects/misc/paper.ftl
Outdated
Show resolved
Hide resolved
Co-authored-by: DEATHB4DEFEAT <[email protected]> Signed-off-by: VMSolidus <[email protected]>
…stein-Engines into port-station-goals
|
||
var printout = new FaxPrintout( | ||
Loc.GetString("station-goal-fax-paper-header", | ||
("date", DateTime.Now.AddYears(1000).ToString("yyyy MMMM dd")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Common core when?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
job for downstreams :godo:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
job for downstreams :godo:
common core is our job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to approve this; however I would appreciate if you could also make a footer for this paper.
Generic uh, farewell and a signature from Central Command or maybe some random name? 🤷, up to you if you want to do it or not. Can be done later.
/// <summary> | ||
/// Chance for a station goal to be sent | ||
/// </summary> | ||
public static readonly CVarDef<float> StationGoalsChance = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool
In addition, it is necessary to provide a public, well-lit corridor connecting all the restored compartments and new bedrooms. | ||
|
||
station-goal-bureaucratic-error = | ||
ACCESS TO THIS DOCUMENT IS PROHIBITED FOR PERSONS WHO DO NOT HAVE LEGAL IMMUNITY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not entirely sure what this means; given no one has legal immunity under any sort of Space Law (Delta or Wiz)
Double approval |
# Description Simple-Station/Parkstation-Friendly-Chainsaw#10 This adds a feature whereby a random goal for the shift is faxed to the station's Captain at the start of every shift. It is up to the Captain to decide if and how this goal is to be completed. Goals are randomly generated every shift, and are meant to help encourage station activity and RP. Admins are also able to send station goals via `sendstationgoal`. --- <details><summary><h1>Media</h1></summary> <p> ![stationgoals](https://github.com/Simple-Station/Einstein-Engines/assets/16548818/4a2b5533-dfee-4388-bfbc-043ee71b2647) --- </p> </details> # Changelog :cl: VMSolidus - add: Added station goals that get sent to the Command fax machine at the start of every shift --------- Signed-off-by: VMSolidus <[email protected]> Co-authored-by: Danger Revolution! <[email protected]> Co-authored-by: DEATHB4DEFEAT <[email protected]>
Description
Simple-Station/Parkstation-Friendly-Chainsaw#10
This adds a feature whereby a random goal for the shift is faxed to the station's Captain at the start of every shift.
It is up to the Captain to decide if and how this goal is to be completed.
Goals are randomly generated every shift, and are meant to help encourage station activity and RP.
Admins are also able to send station goals via
sendstationgoal
.Media
Changelog
🆑 VMSolidus