]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Mops and Defibs larger, Pinpointers desc, Monkeycube fix, appraisal sidearm, chemistr...
authorIProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
Tue, 12 Dec 2023 08:02:44 +0000 (03:02 -0500)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 08:02:44 +0000 (01:02 -0700)
* Pinpointer desc

* The game breaking ability to put documents in chem bags

* mops bigger

* Defib Large

* fix monkey cube size bug.

* appraisal gun pew pew

Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml
Resources/Prototypes/Entities/Objects/Specific/Chemistry/chem_bag.yml
Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml
Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml
Resources/Prototypes/Entities/Objects/Tools/appraisal.yml

index 92e882571b8d1784923c05d78a8c37dffe6aff95..2bd0c31faf218072ed4e84cf5e2bb30e72b3aa52 100644 (file)
@@ -1,6 +1,6 @@
 - type: entity
   name: pinpointer
-  description: A handheld tracking device. While typically far more capable, this one has been configured to lock onto certain signals.
+  description: A handheld tracking device. While typically far more capable, this one has been configured to lock onto certain signals. Keep upright to retain accuracy.
   parent: BaseItem
   id: PinpointerBase
   abstract: true
@@ -47,7 +47,7 @@
 
 - type: entity
   name: universal pinpointer
-  description: A handheld tracking device that locks onto any physical entity while off.
+  description: A handheld tracking device that locks onto any physical entity while off. Keep upright to retain accuracy.
   id: PinpointerUniversal
   parent: PinpointerBase
   components:
index 4d35b51ffe48525af448b1583e3ef2a699912784..a4692db9b5f3e60dafb74b33395dd77bb81feb31 100644 (file)
@@ -25,6 +25,7 @@
         - FitsInDispenser
         - Pill
       tags:
+        - Document
         - PillCanister
         - Bottle
         - Syringe
index 7b0d992f13564c7e6e469267a964f93a8851fa0d..c7deba07328394217b763a3af469d6801a80ae86 100644 (file)
@@ -20,7 +20,7 @@
       types:
         Blunt: 5
   - type: Item
-    size: Normal
+    size: Large
     sprite: Objects/Specific/Janitorial/mop.rsi
   - type: Absorbent
   - type: SolutionContainerManager
@@ -59,7 +59,7 @@
         types:
           Blunt: 5
     - type: Item
-      size: Normal
+      size: Large
       sprite: Objects/Specific/Janitorial/advmop.rsi
     - type: Absorbent
       pickupAmount: 100
index 74b0cbb0d916a073c1d8ee7b11093a2c534eef68..2d1af8f24656bb67cf986d86e4c7a717cbfba449 100644 (file)
@@ -28,7 +28,7 @@
             True: { visible: true }
             False: { visible: false }
     - type: Item
-      size: Normal
+      size: Large
     - type: ItemCooldown
     - type: Speech
       speechVerb: Robotic
index 8a2e4a29ce95c845ff3cd7ed80ea7c778388d079..1888c4c4a968d5b9f49b6108bb235bdea707fbbe 100644 (file)
@@ -4,6 +4,8 @@
   name: monkey cube
   description: Just add water!
   components:
+  - type: Item
+    size: Tiny
   - type: SolutionContainerManager
     solutions:
       cube:
   suffix: Syndicate
   description: Just add water!
   components:
+  - type: Item
+    size: Tiny
   - type: SolutionContainerManager
     solutions:
       cube:
index 72369ce44b45b2daeaea329eb131b83cf5fa301c..539e5a3dc5f86d28cb143a247a4d9c1ecd189e7e 100644 (file)
@@ -4,22 +4,23 @@
   name: appraisal tool
   description: A beancounter's best friend, with a quantum connection to the galactic market and the ability to appraise even the toughest items.
   components:
-    - type: Sprite
-      sprite: Objects/Tools/appraisal-tool.rsi
-      state: icon
-    - type: Item
-      sprite: Objects/Tools/appraisal-tool.rsi
-    - type: PriceGun
-    - type: UseDelay
-      delay: 3
-    - type: Clothing
-      sprite: Objects/Tools/appraisal-tool.rsi
-      quickEquip: false
-      slots:
-      - Belt
-    - type: Tag
-      tags:
-      - AppraisalTool
-    - type: GuideHelp
-      guides:
-      - Cargo
+  - type: Sprite
+    sprite: Objects/Tools/appraisal-tool.rsi
+    state: icon
+  - type: Item
+    sprite: Objects/Tools/appraisal-tool.rsi
+  - type: PriceGun
+  - type: UseDelay
+    delay: 3
+  - type: Clothing
+    sprite: Objects/Tools/appraisal-tool.rsi
+    quickEquip: false
+    slots:
+    - Belt
+  - type: Tag
+    tags:
+    - AppraisalTool
+    - Sidearm
+  - type: GuideHelp
+    guides:
+    - Cargo