mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Finishing touches
This commit is contained in:
@@ -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, "<span class='purple'><b>Random Tip: </b>[html_encode(m)]</span>")
|
||||
to_chat(src, "<span class='purple'><b>Tip: </b>[html_encode(m)]</span>")
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user