瀏覽代碼

fixed small typo

breakout14 6 年之前
父節點
當前提交
51aec29d32
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/zoomagazine

+ 2 - 2
locations/zoomagazine

@@ -167,7 +167,7 @@ if $ARGS[0] = 'start':
 				$namekrol = input ("I call rabbit ...")
 				if $namekrol = '':$namekrol = 'Bugs'
 			else
-				'You need to have your own place before you can buy a rabbit'
+				'You need to have your own place before you can buy a rabbit.'
 			end
 			act 'Move away from the counter':gt 'zoomagazine', 'start'
 		end
@@ -186,7 +186,7 @@ if $ARGS[0] = 'start':
 				$namepopu = input ("I call parrot ...")
 				if $namepopu = '':$namepopu = 'Polly'
 			else
-				'You need to have your own place before you can buy a rabbit'
+				'You need to have your own place before you can buy a parrot.'
 			end
 			act 'Move away from the counter':gt 'zoomagazine', 'start'
 		end