From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 29 Dec 2024 03:28:58 +0000 (+0100) Subject: fix interdimensional teleporter desc (#34108) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=072b973f3b6f3eccaeb19a5c36bcda134f822a45;p=space-station-14.git fix interdimensional teleporter desc (#34108) Update hand_teleporter.yml --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/hand_teleporter.yml b/Resources/Prototypes/Entities/Objects/Devices/hand_teleporter.yml index 094e3b4579..192aca65fc 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/hand_teleporter.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/hand_teleporter.yml @@ -20,7 +20,7 @@ suffix: Admeme parent: BaseItem name: interdimensional teleporter - description: allows you to open stable portal gates that are not limited by distance + description: Allows you to open stable portal gates that are not limited by distance. components: - type: Sprite sprite: /Textures/Objects/Devices/hand_teleporter.rsi @@ -29,4 +29,4 @@ color: green - type: HandTeleporter firstPortalPrototype: PortalGatewayBlue - secondPortalPrototype: PortalGatewayOrange \ No newline at end of file + secondPortalPrototype: PortalGatewayOrange