Skip to content

Commit

Permalink
Merge pull request #1394 from honeyed-lemons/courier-fixes
Browse files Browse the repository at this point in the history
Courier Fixes and Additions
  • Loading branch information
DinnerCalzone authored Jan 17, 2025
2 parents 8fd4620 + 5de56d0 commit b7fb41b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions Content.Shared/Access/Components/IdCardConsoleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<ProtoId<Acc
"ChiefEngineer",
"ChiefMedicalOfficer",
"Command",
"Courier", // Imp
"Cryogenics",
"Engineering",
"External",
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_Impstation/access/accesses.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id-card-access-level-courier = Courier
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
station-beacon-smengine = Supermatter Engine
station-beacon-mailroom = Mail
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
name: security cap

- type: entity
parent: [ClothingHeadHeadHatBaseFlippable, BaseCommandContraband]
parent: ClothingHeadHeadHatBaseFlippable
id: ClothingHeadHatCouriersoft
name: courier's cap
description: A soft, durable cap for couriers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
components:
- type: NavMapBeacon
defaultText: station-beacon-smengine

# Courier
- type: entity
parent: DefaultStationBeaconSupply
id: DefaultStationBeaconMailroomCourier
suffix: Cargo Mailroom
components:
- type: NavMapBeacon
defaultText: station-beacon-mailroom

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
name: mail RPDS
parent: WeaponLauncherChinaLake
parent: [ WeaponLauncherChinaLake, BaseCargoContraband ]
id: WeaponMailLake
description: Rap(b?)id Parcel Delivery System
components:
Expand Down
4 changes: 4 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,3 +554,7 @@ LeftLegBorgCargo: LeftLegBorg
RightLegBorgCargo: RightLegBorg
HeadBorgCargo: LightHeadBorg
TorsoBorgCargo: TorsoBorg

# 2025-01-16
# impstation: Removal of duplicate holopad Entity, oopsies
HolopadCargoMailroomCourier: HolopadCargoMailroom

0 comments on commit b7fb41b

Please sign in to comment.