From b20e545a703ce06de2a332eaf099d72c1132db83 Mon Sep 17 00:00:00 2001 From: Arkatos1 Date: Mon, 8 Apr 2019 18:54:58 +0200 Subject: [PATCH] Finishing touches --- code/game/verbs/randomtip.dm | 4 ++-- strings/tips.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/game/verbs/randomtip.dm b/code/game/verbs/randomtip.dm index ff727110ba1..25cc996c8fe 100644 --- a/code/game/verbs/randomtip.dm +++ b/code/game/verbs/randomtip.dm @@ -1,6 +1,6 @@ /client/verb/randomtip() set category = "OOC" - set name = "Random Tip" + set name = "Give Random Tip" set desc = "Shows you a random tip" var/m @@ -13,4 +13,4 @@ m = pick(memetips) if(m) - to_chat(src, "Random Tip: [html_encode(m)]") + to_chat(src, "Tip: [html_encode(m)]") diff --git a/strings/tips.txt b/strings/tips.txt index b25a01e0b2d..e75b3986e33 100644 --- a/strings/tips.txt +++ b/strings/tips.txt @@ -27,7 +27,6 @@ The P2P chat function found on tablet computers allows for a stealthy way to com We were all new once, be patient and guide new players in the right direction. On most clothing items that go in the exosuit slot, you can put certain small items into your suit storage, such as a spraycan, your emergency oxygen tank, or a flashlight. Most job-related exosuit clothing can fit job-related items into it, such as the atmospheric technician's hardsuit/winter coat holding an RPD, or labcoats holding most medicine. -If you're using hotkey mode, you can stop pulling things using H. If there's something you need from another department, try asking! This game isn't singleplayer and you'd be surprised what you can get accomplished together! You'll quickly lose your interest in the game if you play to win and kill. If you find yourself doing this, take a step back and talk to people - it's a much better experience! Don't be afraid to ask for help, whether from your peers or from mentors.