Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed May 3, 2024
1 parent 156f415 commit 4f5835f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions common-moonmage.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f5835f

Please sign in to comment.