From 8b56f6f1e9fc4a0c063d1e600c920b660408c815 Mon Sep 17 00:00:00 2001 From: DieselMohawk <173439801+DieselMohawk@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:04:04 -0600 Subject: [PATCH] Security Shield Naming Structure Inconsistency Change (#34841) --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index a52fac98c2..c8b9cf71b6 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -84,10 +84,10 @@ 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 @@ -107,7 +107,7 @@ 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 -- 2.51.2