From 9592f9490b2c5da43e6c92606188eb16ef91aa90 Mon Sep 17 00:00:00 2001 From: INeedAUniqueUsername Date: Sat, 25 Aug 2018 11:48:53 -0700 Subject: [PATCH] Dockscreen text for armorTooLight --- TransCore/RPGDeviceDockScreens.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TransCore/RPGDeviceDockScreens.xml b/TransCore/RPGDeviceDockScreens.xml index 889e6a47..697306af 100644 --- a/TransCore/RPGDeviceDockScreens.xml +++ b/TransCore/RPGDeviceDockScreens.xml @@ -132,6 +132,9 @@ (= resultCode 'armorTooHeavy) (setq descID 'descArmorTooHeavy) + + (= resultCode 'armorTooLight) + (setq descID 'descArmorTooLight) (= resultCode 'cannotInstall) (setq desc (@ result 2)) @@ -252,6 +255,7 @@ The station doesn't have any armor segments to install. %ArmorPlural% are too heavy for your ship's hull. + %ArmorPlural% are too light for your ship's hull. You must have a military ID to install %armorShort%. We do not install illegal armor. This armor segment cannot be installed.