]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Changes suffix for always powered handhelds for clarity (#37395)
authorVelcroboy <107660393+IamVelcroboy@users.noreply.github.com>
Wed, 14 May 2025 23:55:52 +0000 (18:55 -0500)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 23:55:52 +0000 (19:55 -0400)
* Changes suffix for always powered handhelds for clarity

* null->full

* Aha

---------

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
Resources/Prototypes/Entities/Objects/Devices/station_map.yml
Resources/Prototypes/Entities/Objects/Fun/spectral_locator.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml
Resources/Prototypes/Entities/Objects/Specific/Research/anomaly.yml
Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml

index 54fc4a70c5a555c2c3a559888f07f8442d4f6a9f..e440cec09ae9cfdcf5505b2f6380d4a2301cca26 100644 (file)
@@ -36,7 +36,7 @@
   parent:
   - BaseHandheldStationMap
   - BaseHandheldComputer
-  suffix: Handheld, Powered
+  suffix: Handheld
 
 - type: entity
   id: HandheldStationMapEmpty
@@ -51,4 +51,4 @@
 - type: entity
   id: HandheldStationMapUnpowered
   parent: BaseHandheldStationMap
-  suffix: Handheld, Unpowered
+  suffix: Handheld, Always Powered
index e0ec2f9fd314e106dcf8c9ee07c7f891089c1092..5bae35c4ac5ebbfd909c889b23b7a1430b6754ca 100644 (file)
@@ -3,7 +3,7 @@
   parent: BaseItem
   name: spectral locator
   description: Appears to be a modified anomaly locator. Seems very old.
-  suffix: Unpowered
+  suffix: Always Powered
   components:
   - type: Sprite
     sprite: Objects/Fun/spectrallocator.rsi
@@ -39,7 +39,7 @@
 - type: entity
   id: SpectralLocator
   parent: [ SpectralLocatorUnpowered, PowerCellSlotSmallItem ]
-  suffix: Powered
+  suffix: ""
   components:
   - type: PowerCellDraw
     drawRate: 1
index c2f7bef65b68ab146ac50584de10237ad7824713..83cbd86bdf985d914a0cbbf7bc46ec9cb2379cd2 100644 (file)
@@ -63,7 +63,7 @@
 - type: entity
   id: DefibrillatorOneHandedUnpowered
   parent: BaseDefibrillator
-  suffix: One-Handed, Unpowered
+  suffix: One-Handed, Always Powered
 
 - type: entity
   id: DefibrillatorCompact # This should be a research item at some point
index 37bbb8a6646dbd047ac402928325495c57c8721c..845e2744900d214c33f5c9a28fcc70ecb596307d 100644 (file)
@@ -2,6 +2,7 @@
   id: HandheldHealthAnalyzerUnpowered
   parent: BaseItem
   name: health analyzer
+  suffix: Always Powered
   description: A hand-held body scanner capable of distinguishing vital signs of the subject.
   components:
   - type: Sprite
@@ -44,7 +45,7 @@
 - type: entity
   id: HandheldHealthAnalyzer
   parent: [ HandheldHealthAnalyzerUnpowered, PowerCellSlotSmallItem]
-  suffix: Powered
+  suffix: ""
   components:
   - type: PowerCellDraw
     drawRate: 1.2 #Calculated for 5 minutes on a small cell
index 05ddb4616586c60e9b58684eb8013a28869f0456..21971dda32787f316c6dfc91092c68485d0af810 100644 (file)
@@ -27,7 +27,7 @@
   parent: BaseItem
   name: anomaly locator
   description: A device designed to aid in the locating of anomalies. Did you check the gas miners?
-  suffix: Unpowered
+  suffix: Always Powered
   components:
   - type: Sprite
     sprite: Objects/Specific/Research/anomalylocator.rsi
@@ -63,7 +63,7 @@
 - type: entity
   id: AnomalyLocator
   parent: [ AnomalyLocatorUnpowered, PowerCellSlotSmallItem ]
-  suffix: Powered
+  suffix: ""
   components:
   - type: PowerCellDraw
     drawRate: 1
@@ -85,7 +85,7 @@
   parent: AnomalyLocatorUnpowered
   name: wide-spectrum anomaly locator
   description: A device that looks for anomalies from an extended distance, but has no way to determine the distance to them.
-  suffix: Unpowered
+  suffix: Always Powered
   components:
   - type: Sprite
     sprite: Objects/Specific/Research/anomalylocatorwide.rsi
     maxBeepInterval: 0.5
   - type: ProximityDetector
     range: 40
+
 - type: entity
   id: AnomalyLocatorWide
   parent: [ AnomalyLocatorWideUnpowered, PowerCellSlotSmallItem ]
-  suffix: Powered
+  suffix: ""
   components:
   - type: PowerCellDraw
     drawRate: 1
index d65c1e8bff75bdfcbb1298e944340c7440f093cd..c9248553bccbc2a16a7a8fd18e0ca421350ffff1 100644 (file)
@@ -3,7 +3,7 @@
   parent: BaseItem
   name: mineral scanner
   description: A scanner that checks surrounding rock for useful minerals. It must be in your hand or pocket to work.
-  suffix: Unpowered
+  suffix: Always Powered
   components:
   - type: Sprite
     sprite: Objects/Specific/Mining/mineral_scanner.rsi
@@ -36,7 +36,7 @@
 - type: entity
   id: MineralScanner
   parent: [ MineralScannerUnpowered, PowerCellSlotMediumItem ]
-  suffix: Powered
+  suffix: ""
   components:
   - type: ToggleCellDraw
   - type: PowerCellDraw
@@ -58,7 +58,7 @@
   parent: MineralScannerUnpowered
   name: advanced mineral scanner
   description: A scanner that checks surrounding rock for useful minerals. It must be in your hand or pocket to work. This one has an extended range.
-  suffix: Unpowered
+  suffix: Always Powered
   components:
   - type: Sprite
     layers:
@@ -75,7 +75,7 @@
 - type: entity
   id: AdvancedMineralScanner
   parent: [ AdvancedMineralScannerUnpowered, PowerCellSlotMediumItem ]
-  suffix: Powered
+  suffix: ""
   components:
   - type: ToggleCellDraw
   - type: PowerCellDraw