From 4f5835f8630460e5856bbc2a005d4b35ed91551c Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Fri, 3 May 2024 23:30:02 +1200 Subject: [PATCH] Rubocop --- common-moonmage.lic | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/common-moonmage.lic b/common-moonmage.lic index 958d49d503..21afbbdd14 100644 --- a/common-moonmage.lic +++ b/common-moonmage.lic @@ -85,16 +85,16 @@ module DRCMM def center_telescope(target) case DRC.bput("center telescope on #{target}", - 'Center what', - 'You put your eye', - 'open it to make any use of it', - 'The pain is too much', - "That's a bit tough to do when you can't see the sky", - "You would probably need a periscope to do that", - 'Your search for', - 'Your vision is too fuzzy', - "You'll need to open it to make any use of it", - 'You must have both hands free') + 'Center what', + 'You put your eye', + 'open it to make any use of it', + 'The pain is too much', + "That's a bit tough to do when you can't see the sky", + "You would probably need a periscope to do that", + 'Your search for', + 'Your vision is too fuzzy', + "You'll need to open it to make any use of it", + 'You must have both hands free') when 'The pain is too much', "That's a bit tough to do when you can't see the sky" echo("Planet #{target} not visible. Are you indoors perhaps?") when "You'll need to open it to make any use of it"