diff --git a/Resources/Locale/en-US/paper/stamp-component.ftl b/Resources/Locale/en-US/paper/stamp-component.ftl index cbf59e976d..2eb6c6e9b3 100644 --- a/Resources/Locale/en-US/paper/stamp-component.ftl +++ b/Resources/Locale/en-US/paper/stamp-component.ftl @@ -13,3 +13,4 @@ stamp-component-stamped-name-qm = Quartermaster stamp-component-stamped-name-rd = Research Director stamp-component-stamped-name-warden = Warden stamp-component-stamped-name-trader = Trader +stamp-component-stamped-name-syndicate = Syndicate \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 97b16ecfea..d81eeafdba 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -356,3 +356,9 @@ itemId: NocturineChemistryBottle description: A chemical that makes it very hard for your target to stand up. price: 5 + +- type: uplinkListing + id: UplinkSyndicateStamp + category: Misc + itemId: RubberStampSyndicate + price: 2 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 6b5634f6d5..9d113e9c90 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -405,3 +405,16 @@ sprite: Objects/Misc/bureaucracy.rsi state: stamp-trader netsync: false + +- type: entity + name: syndicate rubber stamp + parent: RubberStampMime + id: RubberStampSyndicate + components: + - type: Stamp + stampedName: stamp-component-stamped-name-syndicate + stampState: "paper_stamp-syndicate" + - type: Sprite + sprite: Objects/Misc/bureaucracy.rsi + state: stamp-syndicate + netsync: false \ No newline at end of file diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index cca222e1fc..fddc934817 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. stamp-syndicate is a modified version of stamp-warden. paper_stamp-syndicate by Veritius.", "size": { "x": 32, "y": 32 @@ -168,6 +168,9 @@ { "name": "paper_stamp-rd" }, + { + "name": "paper_stamp-syndicate" + }, { "name": "paper_stamp-trader" }, @@ -287,6 +290,9 @@ { "name": "stamp-rd" }, + { + "name": "stamp-syndicate" + }, { "name": "stamp-trader" }, diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-syndicate.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-syndicate.png new file mode 100644 index 0000000000..3d27ebc448 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-syndicate.png differ diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/stamp-syndicate.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/stamp-syndicate.png new file mode 100644 index 0000000000..1ca9c5ebf9 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/stamp-syndicate.png differ