]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Security Shield Naming Structure Inconsistency Change (#34841)
authorDieselMohawk <173439801+DieselMohawk@users.noreply.github.com>
Mon, 3 Feb 2025 01:04:04 +0000 (19:04 -0600)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 01:04:04 +0000 (20:04 -0500)
Resources/Prototypes/Entities/Objects/Shields/shields.yml

index a52fac98c27492d5fce8e8c784645dd624f90cd1..c8b9cf71b69358ede22968fb5347890e6ec81241 100644 (file)
           Slash: 1
 
 - type: entity
-  name: ablative shield
+  name: laser shield
   parent: [ BaseShield, BaseRestrictedContraband ]
   id: RiotLaserShield
-  description: An ablative shield built for withstanding lasers, but not much else.
+  description: A shield built for withstanding lasers, but not much else.
   components:
     - type: Sprite
       state: riot_laser-icon
   name: ballistic shield
   parent: [ BaseShield, BaseRestrictedContraband ]
   id: RiotBulletShield
-  description: A ballistic shield built for protecting against firearms, but not much else.
+  description: A shield built for protecting against ballistics, but not much else.
   components:
     - type: Sprite
       state: riot_bullet-icon