|
277 | 277 | // messages for enabling password mode
|
278 | 278 | password_on : [
|
279 | 279 | ['Activating password mode!', 22],
|
280 |
| - ["I'll do my best to encrypt your message, Sensei!", 25], |
281 |
| - ["Don't worry! Your password is safe with me!", 13], |
| 280 | + ["I'll do my best to encrypt your messages!", 25], |
| 281 | + ["Don't worry! Your secrets are safe with me, Sensei.", 13], |
282 | 282 | ['Let me know what password you want to use!', 31],
|
283 | 283 | ["It's tough working with passwords, but Arona will try her best.", 24]
|
284 | 284 | ],
|
285 | 285 |
|
286 | 286 | // messages for disabling password mode
|
287 | 287 | password_off : [
|
288 |
| - ['Password mode deactivated.', 13], |
| 288 | + ['Password mode deactivated.', 33], |
| 289 | + ["(I'll just pretend that I didn't see anything...)", 3], |
| 290 | + ["You have some strange passwords, Sensei.", 26], |
289 | 291 | ['Phew... encoding and decoding with passwords is hard work.', 24],
|
290 |
| - ["I'll just pretend that I didn't see anything...", 3], |
291 |
| - ["I'll keep your password safe for next time!", 22], |
292 | 292 | ['That was exhausting... Can Arona have something sweet now, Sensei?', 23]
|
293 | 293 | ],
|
294 | 294 |
|
|
0 commit comments