]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Recharger tweaks. (#38138)
authorRedBookcase <crazykid1590@gmail.com>
Wed, 24 Sep 2025 20:33:45 +0000 (13:33 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 20:33:45 +0000 (15:33 -0500)
* Recharger tweaks.

* Remove note.

* Fix Potato blacklist.

---------

Co-authored-by: RedBookcase <Usualmoves@gmail.com>
Resources/Prototypes/Entities/Structures/Power/chargers.yml
Resources/Textures/Structures/Power/recharger.rsi/light-empty.png

index 75e38f1187a11ce650cb8d097d4808ab3cf74c71..0bbe95efb5d4a97fb2585f91a4375b3ab04029c2 100644 (file)
@@ -72,6 +72,7 @@
   parent: BaseItemRecharger
   id: PowerCellRecharger
   name: cell recharger
+  description: An older model recharger that can recharge power cells.
   components:
   - type: Sprite
     sprite: Structures/Power/cell_recharger.rsi
           tags:
           - PowerCell
           - PowerCellSmall
+        blacklist:
+          tags:
+          - PotatoBattery
 
 - type: entity
   parent: [ BaseItemRecharger, ConstructibleMachine ]
   id: PowerCageRecharger
   name: cage recharger
+  description: A specialized machine made for recharging the heavy cage batteries used by ship-mounted weapons.
   components:
   - type: Fixtures
     fixtures:
   parent: BaseItemRecharger
   id: WeaponCapacitorRecharger
   name: recharger
+  description: A modern recharging station that can fit both power cells and small electronic devices.
   components:
   - type: Sprite
     sprite: Structures/Power/recharger.rsi
   - type: Machine
     board: WeaponCapacitorRechargerCircuitboard
-  # no powercellslot since stun baton etc arent powercells
   - type: ItemSlots
     slots:
       charger_slot:
           - HitscanBatteryAmmoProvider
           - ProjectileBatteryAmmoProvider
           - Stunbaton
+          - PowerCell
+        blacklist:
+          tags:
+          - PotatoBattery
 
 - type: entity
   parent: BaseItemRecharger
   id: TurboItemRecharger
   name: turbo recharger
-  description: An overclocked recharger that's been adapted with a global port.
+  description: An overclocked recharger. Not recommended for use around asthmatics.
   components:
   - type: Sprite
     sprite: Structures/Power/turbo_recharger.rsi
   parent: [ BaseItemRecharger, BaseWallmount ]
   id: WallWeaponCapacitorRecharger
   name: wall recharger
+  description: A compact wall-mounted recharger. It can only recharge electronic devices and has no space for power cells.
   components:
   - type: Sprite
     sprite: Structures/Power/wall_recharger.rsi
           - HitscanBatteryAmmoProvider
           - ProjectileBatteryAmmoProvider
           - Stunbaton
+        blacklist:
+          tags:
+          - PotatoBattery
 
 - type: entity
   parent: BaseRecharger
index 1c2d4ea6fcb72765232db363364d575eacb32a05..1bbf6b95427425f1b9d0af234dd8eb0a20d02005 100644 (file)
Binary files a/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png and b/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png differ