From: RedBookcase Date: Wed, 24 Sep 2025 20:33:45 +0000 (-0700) Subject: Recharger tweaks. (#38138) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f6cd8673d35a8aa7d89338289c8d8782098c36bb;p=space-station-14.git Recharger tweaks. (#38138) * Recharger tweaks. * Remove note. * Fix Potato blacklist. --------- Co-authored-by: RedBookcase --- diff --git a/Resources/Prototypes/Entities/Structures/Power/chargers.yml b/Resources/Prototypes/Entities/Structures/Power/chargers.yml index 75e38f1187..0bbe95efb5 100644 --- a/Resources/Prototypes/Entities/Structures/Power/chargers.yml +++ b/Resources/Prototypes/Entities/Structures/Power/chargers.yml @@ -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 @@ -105,11 +106,15 @@ 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: @@ -150,12 +155,12 @@ 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: @@ -165,12 +170,16 @@ - 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 @@ -196,6 +205,7 @@ 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 @@ -216,6 +226,9 @@ - HitscanBatteryAmmoProvider - ProjectileBatteryAmmoProvider - Stunbaton + blacklist: + tags: + - PotatoBattery - type: entity parent: BaseRecharger diff --git a/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png b/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png index 1c2d4ea6fc..1bbf6b9542 100644 Binary files a/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png and b/Resources/Textures/Structures/Power/recharger.rsi/light-empty.png differ