From 67e39fcdb7a69d24ec41407ea7bc356b7aa087e8 Mon Sep 17 00:00:00 2001 From: Nox Date: Fri, 31 Jan 2025 15:39:21 -0800 Subject: [PATCH] Rename shields (#34794) (cherry picked from commit 36225188d78301e03f7eed0bdf1691ed9407dad7) --- Resources/Prototypes/Entities/Objects/Shields/shields.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index cd27e50bb7..3374736942 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -85,10 +85,10 @@ Slash: 1 - type: entity - name: riot laser shield + name: ablative shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotLaserShield - description: A riot shield built for withstanding lasers, but not much else. + description: An ablative shield built for withstanding lasers, but not much else. components: - type: Sprite state: riot_laser-icon @@ -105,10 +105,10 @@ Heat: 1 - type: entity - name: riot bullet shield + name: ballistic shield parent: [ BaseShield, BaseRestrictedContraband ] id: RiotBulletShield - description: A ballistic riot shield built for withstanding bullets, but not much else. + description: A ballistic shield built for protecting against firearms, but not much else. components: - type: Sprite state: riot_bullet-icon