]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Detective's rubber stamp (#25676)
authorIlyaElDunaev <154531074+IlyaElDunaev@users.noreply.github.com>
Fri, 1 Mar 2024 22:50:17 +0000 (01:50 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 22:50:17 +0000 (17:50 -0500)
Stamp Detective

Resources/Locale/en-US/paper/stamp-component.ftl
Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml
Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json
Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-detective.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/stamps.rsi/meta.json
Resources/Textures/Objects/Misc/stamps.rsi/stamp-detective.png [new file with mode: 0644]

index 46179663f839b56c7f4f610a5818f56f426d4036..3fc7fe64ba94127b038cdf5fc3d0dd3d9b825703 100644 (file)
@@ -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
index 623371ad09ba1a19d16580a0b0eb41c85a3eecf0..ec02744fd4c7ba62d982fedb55b5049e0de96b38 100644 (file)
       - id: BoxForensicPad
       - id: DrinkDetFlask
       - id: ClothingHandsGlovesForensic
+      - id: RubberStampDetective
       - id: HoloprojectorSecurity
       - id: BoxEvidenceMarkers
 
index 662b0dd629e9e7e61a3b8164de4383c3e6adf197..3ccfd3c876627255f3302b301f5a08480fa6f098 100644 (file)
     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
index 50de86331350f2b0d41cc8e67d7b4cab730b64e1..8f21f8a25bd5c9b5f233d4af5da0553b0fb2429c 100644 (file)
     {
       "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 (file)
index 0000000..097234f
Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-detective.png differ
index f755ac3b6fec39b1a8302acd7c7260c03240c2ad..13d35ad87897d2fe5cef362991c527054e23a4bb 100644 (file)
@@ -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 (file)
index 0000000..77f7c97
Binary files /dev/null and b/Resources/Textures/Objects/Misc/stamps.rsi/stamp-detective.png differ