From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:37:45 +0000 (-0400) Subject: suffix additions: Pinpointer, thruster, gyro (#20818) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7adbf78b1245dd90ad809db33d03775f605a3db5;p=space-station-14.git suffix additions: Pinpointer, thruster, gyro (#20818) * seperates the anchored and unachored versions of the gyro and thruster with a suffix. * add station suffix for station pinpointer * more suffixes for briefcases --- diff --git a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml index afc5095d19..c487909a4b 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml @@ -2,7 +2,7 @@ id: BriefcaseBrownFilled name: brown briefcase parent: BriefcaseBrown - suffix: Filled + suffix: Filled, Paper components: - type: StorageFill contents: @@ -27,7 +27,7 @@ id: BriefcaseSyndieLobbyingBundleFilled name: brown briefcase parent: BriefcaseSyndie - suffix: Filled, Spesos + suffix: Syndicate, Spesos components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml index e00ba1ed08..92e882571b 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml @@ -58,6 +58,7 @@ - type: entity parent: PinpointerBase id: PinpointerStation + suffix: Station components: - type: Pinpointer component: BecomesStation diff --git a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml index f8d8aa0edd..1866d3513e 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml @@ -28,6 +28,7 @@ parent: BaseStorageItem abstract: true id: BriefcaseSyndieBase + suffix: Syndicate, Empty description: Useful for carrying items in your hands. components: - type: Item diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml index 73b7887539..d53226f88c 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml @@ -68,6 +68,7 @@ - type: entity id: ThrusterUnanchored parent: Thruster + suffix: Unanchored components: - type: Transform anchored: false @@ -147,6 +148,7 @@ - type: entity id: GyroscopeUnanchored parent: Gyroscope + suffix: Unanchored components: - type: Transform anchored: false