Skip to content

Commit

Permalink
Merge pull request #241 from Mirag1993/Мердж-с-оффами
Browse files Browse the repository at this point in the history
Tweaks memo input text slightly (shiptest-ss13#2596)
  • Loading branch information
MysticalFaceLesS authored Dec 23, 2023
2 parents f269371 + dbd476e commit 084aefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/ships/owner_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 084aefe

Please sign in to comment.