From 2a0da701b2f5e6e19cc863e79efe15e03720de77 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 24 Jan 2018 18:09:18 -0200 Subject: [PATCH 1/2] Merge pull request #34801 from ShizCalev/DMM-viewer-fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes compatability issues with some third-party-java-basedâ„¢ DMM viewers --- code/modules/integrated_electronics/subtypes/manipulation.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/integrated_electronics/subtypes/manipulation.dm b/code/modules/integrated_electronics/subtypes/manipulation.dm index 5ce41f838b..0daed12bce 100644 --- a/code/modules/integrated_electronics/subtypes/manipulation.dm +++ b/code/modules/integrated_electronics/subtypes/manipulation.dm @@ -292,9 +292,9 @@ /obj/item/integrated_circuit/manipulation/grabber name = "grabber" - desc = "A circuit with it's own inventory for tiny/small items, used to grab and store things." + desc = "A circuit which is used to grab and store tiny to small objects within it's self-contained inventory." icon_state = "grabber" - extended_desc = "The circuit accepts a reference to thing to be grabbed. It can store up to 10 things. Modes: 1 for grab. 0 for eject the first thing. -1 for eject all." + extended_desc = "The circuit accepts a reference to an object to be grabbed and can store up to 10 objects. Modes: 1 to grab, 0 to eject the first object, and -1 to eject all objects." w_class = WEIGHT_CLASS_SMALL size = 3