Skip to content

Commit

Permalink
Fixed ID Console and small Atlas changes (Nyanotrasen#208)
Browse files Browse the repository at this point in the history
* Minor fixes and adjustments

- Added: Gave the "joingame" command it's respective description.
- Changed: Removed some unnecessary lines from syndicatediplomat Job.
- Changed: Central Command Officials supervisors in their job description.
- Fixed: Infinite Welding bug when deconstructing plastic flaps. (You now melt the flaps back to plastic using a welder)

Signed-off-by: Andre19926 <[email protected]>

* Changes to the Atlas Map

- Reworked Bridge
- Reworked Botany
- Reworked the unified Kitchen&Bar Area
- Made the chapel look more like a chapel and symetrical.

Signed-off-by: Andre19926 <[email protected]>

* Fixed ID Console and small Atlas changes.

ID Computer:
- Added Mail and Detective Permissions to the ID Computer

Atlas:
- Changed southern solars EVA area from regular Engineer door to EVA Glass Airlock.
- Fixed Start-wiring issues with some vending machines not being powered correctly.
- Seperated Bridge APC in Hallway from Bridge Command to make it self-substainable if needed.
- Re-Added evidence lockers to the Brig. (Gotta put the criminals stuff somewhere)

Signed-off-by: Andre19926 <[email protected]>
  • Loading branch information
Andre19926 authored Jun 10, 2022
1 parent f9e2152 commit b1a4027
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Content.Client/Access/UI/IdCardConsoleWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<DefaultWindow xmlns="https://spacestation14.io"
MinSize="650 290">
MinSize="800 390">
<BoxContainer Orientation="Vertical">
<GridContainer Columns="3">
<Label Text="{Loc 'id-card-console-window-privileged-id'}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"Atmospherics",
"Bar",
"Brig",
// "Detective",
"Detective",
"Captain",
"Cargo",
"Mail",
"Chapel",
"Chemistry",
"ChiefEngineer",
Expand Down
Loading

0 comments on commit b1a4027

Please sign in to comment.