From dbd476ea6779cbe522fd3385fc45fdc6841a102e Mon Sep 17 00:00:00 2001 From: thgvr <81882910+thgvr@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:48:13 -0800 Subject: [PATCH] Tweaks memo input text slightly (#2596) ## About The Pull Request Changes info shown to shipowners abotu ship memos ## Changelog :cl: tweak: Changed the text shown to shipowners about making a memo. /:cl: --- code/modules/overmap/ships/owner_action.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/overmap/ships/owner_action.dm b/code/modules/overmap/ships/owner_action.dm index 515db9b5f470..04169054b2e6 100644 --- a/code/modules/overmap/ships/owner_action.dm +++ b/code/modules/overmap/ships/owner_action.dm @@ -134,7 +134,7 @@ if("memo") var/memo_result = sanitize(stripped_multiline_input( - user, "Enter a message for prospective players joining your ship. Playstyle and RP level information is encouraged.", + user, "Enter a message for prospective players joining your ship. This information could include your goals for the outing, or details about the way your ship may play.", "Ship Memo", parent_ship.memo )) // stripped_multiline_input returns an empty string if people press Cancel, but