Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into submarine
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieposieeee committed Mar 19, 2024
2 parents 8324167 + 304fdcd commit 10d87e8
Show file tree
Hide file tree
Showing 64 changed files with 568 additions and 52 deletions.
3 changes: 2 additions & 1 deletion Content.Shared/Access/Components/IdCardConsoleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"ChiefEngineer",
"ChiefMedicalOfficer",
"Clown", // DeltaV - Add Clown access
"Corpsman", // DeltaV - Add Corpsman access
"Command",
"Cryogenics",
"Engineering",
Expand All @@ -67,7 +68,7 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"Janitor",
"Kitchen",
"Lawyer",
"Library", // DeltaV - Add Library access
"Library", // DeltaV - Add Library access
"Maintenance",
"Medical",
"Mime", // DeltaV - Add Mime access
Expand Down
12 changes: 12 additions & 0 deletions Resources/Locale/en-US/deltav/paper/paper-misc.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
book-text-lunchbox-generic = Hello Honey!
I've packed your lunch for this shift, I hope you enjoy it!!
Love you so so much,
- Mum.
book-text-lunchbox-healthy = Hello Honey!
I've packed you something healthy for this shift! I hope you enjoy it!!
Love you so so much,
- Mum.
book-text-lunchbox-unhealthy = Hello Honey!
I've packed you something fun for this shift! I hope you enjoy it!!
Love you so so much,
- Mum.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
id-card-access-level-orders = Orders
id-card-access-level-mantis = Psionic Mantis
id-card-access-level-corpsman = Corpsman
78 changes: 38 additions & 40 deletions Resources/Maps/pebble.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Prototypes/Access/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
- Musician # DeltaV - Add Musician access
- Reporter # DeltaV - Add Reporter access
- Zookeeper # DeltaV - Add Zookeeper access
- Corpsman # DeltaV - Add Corpsman access
1 change: 1 addition & 0 deletions Resources/Prototypes/Access/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#- Brig #Delta V removed
- Detective
- Cryogenics
- Corpsman # DeltaV - add Corpsman access

- type: accessGroup
id: Armory
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@
- id: OxygenTankFilled
- id: ClothingOuterHardsuitCombatCorpsman
- id: ClothingMaskBreath
- type: AccessReader
access: [ [ "Corpsman" ] ]

# DeltaV - End Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
FoodButter: 4
FoodCheese: 1
FoodMeat: 6

LunchboxGenericFilledRandom: 5 # Delta-V Adds Lunchbox
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
DrinkMugOne: 1
DrinkMugRainbow: 2
DrinkMugRed: 2
LunchboxGeneric: 10 # Delta-V Adds Lunchbox
1 change: 1 addition & 0 deletions Resources/Prototypes/DeltaV/Access/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Command
- Security
- Detective
- Corpsman
# - Armory
- Lawyer
- Engineering
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/DeltaV/Access/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- type: accessLevel
id: Corpsman
name: id-card-access-level-corpsman
26 changes: 26 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: entity
parent: Paper
id: PaperWrittenNoteFromMumGeneric
name: note from mom
suffix: Lunchbox, Generic
components:
- type: Paper
content: book-text-lunchbox-generic

- type: entity
parent: PaperWrittenNoteFromMumGeneric
id: PaperWrittenNoteFromMumHealthy
name: note from mom
suffix: Lunchbox, Healthy
components:
- type: Paper
content: book-text-lunchbox-healthy

- type: entity
parent: PaperWrittenNoteFromMumGeneric
id: PaperWrittenNoteFromMumUnhealthy
name: note from mom
suffix: Lunchbox, Unhealthy
components:
- type: Paper
content: book-text-lunchbox-unhealthy
Loading

0 comments on commit 10d87e8

Please sign in to comment.