From: IlyaElDunaev <154531074+IlyaElDunaev@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:50:17 +0000 (+0300) Subject: Detective's rubber stamp (#25676) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=81b016433fea9f67645776a42ca1762350bfce2b;p=space-station-14.git Detective's rubber stamp (#25676) Stamp Detective --- diff --git a/Resources/Locale/en-US/paper/stamp-component.ftl b/Resources/Locale/en-US/paper/stamp-component.ftl index 46179663f8..3fc7fe64ba 100644 --- a/Resources/Locale/en-US/paper/stamp-component.ftl +++ b/Resources/Locale/en-US/paper/stamp-component.ftl @@ -1,4 +1,5 @@ stamp-component-stamped-name-default = A very important person +stamp-component-stamped-name-detective = Detective stamp-component-stamped-name-mime = Mime stamp-component-stamped-name-captain = Captain stamp-component-stamped-name-centcom = CentCom diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 623371ad09..ec02744fd4 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -125,6 +125,7 @@ - id: BoxForensicPad - id: DrinkDetFlask - id: ClothingHandsGlovesForensic + - id: RubberStampDetective - id: HoloprojectorSecurity - id: BoxEvidenceMarkers diff --git a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml index 662b0dd629..3ccfd3c876 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml @@ -245,3 +245,16 @@ stampState: "paper_stamp-deny" - type: Sprite state: stamp-deny + +- type: entity + name: detective's rubber stamp + parent: RubberStampBase + id: RubberStampDetective + suffix: DO NOT MAP + components: + - type: Stamp + stampedName: stamp-component-stamped-name-detective + stampedColor: "#FC0A0A" + stampState: "paper_stamp-detective" + - type: Sprite + state: stamp-detective diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 50de863313..8f21f8a25b 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -218,6 +218,9 @@ { "name": "paper_stamp-deny" }, + { + "name": "paper_stamp-detective" + }, { "name": "paper_stamp-hop" }, diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-detective.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-detective.png new file mode 100644 index 0000000000..097234f283 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-detective.png differ diff --git a/Resources/Textures/Objects/Misc/stamps.rsi/meta.json b/Resources/Textures/Objects/Misc/stamps.rsi/meta.json index f755ac3b6f..13d35ad878 100644 --- a/Resources/Textures/Objects/Misc/stamps.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/stamps.rsi/meta.json @@ -28,6 +28,9 @@ { "name": "stamp-deny" }, + { + "name": "stamp-detective" + }, { "name": "stamp-hop" }, diff --git a/Resources/Textures/Objects/Misc/stamps.rsi/stamp-detective.png b/Resources/Textures/Objects/Misc/stamps.rsi/stamp-detective.png new file mode 100644 index 0000000000..77f7c97079 Binary files /dev/null and b/Resources/Textures/Objects/Misc/stamps.rsi/stamp-detective.png differ