diff options
Diffstat (limited to '')
| -rw-r--r-- | src/koopatlas/starcoin.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/koopatlas/starcoin.cpp b/src/koopatlas/starcoin.cpp index 5725ceb..8cb819b 100644 --- a/src/koopatlas/starcoin.cpp +++ b/src/koopatlas/starcoin.cpp @@ -447,14 +447,14 @@ void dWMStarCoin_c::executeState_Wait() {  		const int lineCountOn = 9, lineCountOff = 2;  		static const wchar_t *linesOn[lineCountOn] = { -			L"You've activated Hard Mode", +			L"You've activated Hard Mode!",  			L" ",  			L"In Hard Mode, Mario will die",  			L"any time he takes damage, and",  			L"the timer will be more strict.",  			L" ",  			L"So treasure your Yoshi, and", -			L"and hold on to your hats, you're", +			L"hold on to your hat, you're",  			L"in for a wild ride!",  		};  		static const wchar_t *linesOff[lineCountOff] = {  | 
