mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
The examine tab now lists the available pen commands.
This commit is contained in:
@@ -989,6 +989,7 @@
|
||||
#include "code\modules\examine\descriptions\engineering.dm"
|
||||
#include "code\modules\examine\descriptions\medical.dm"
|
||||
#include "code\modules\examine\descriptions\mobs.dm"
|
||||
#include "code\modules\examine\descriptions\paperwork.dm"
|
||||
#include "code\modules\examine\descriptions\stacks.dm"
|
||||
#include "code\modules\examine\descriptions\structures.dm"
|
||||
#include "code\modules\examine\descriptions\turfs.dm"
|
||||
|
||||
21
code/modules/examine/descriptions/paperwork.dm
Normal file
21
code/modules/examine/descriptions/paperwork.dm
Normal file
@@ -0,0 +1,21 @@
|
||||
/obj/item/weapon/pen
|
||||
description_info = {"This is an item for writing down your thoughts, on paper or elsewhere. The following special commands are available:
|
||||
Pen and crayon commands
|
||||
\[br\] : Creates a linebreak.
|
||||
\[center\] - \[/center\] : Centers the text.
|
||||
\[h1\] - \[/h1\] : Makes the text a first level heading.
|
||||
\[h2\] - \[/h2\] : Makes the text a second level headin.
|
||||
\[h3\] - \[/h3\] : Makes the text a third level heading.
|
||||
\[b\] - \[/b\] : Makes the text bold.
|
||||
\[i\] - \[/i\] : Makes the text italic.
|
||||
\[u\] - \[/u\] : Makes the text underlined.
|
||||
\[large\] - \[/large\] : Increases the size of the text.
|
||||
\[sign\] : Inserts a signature of your name in a foolproof way.
|
||||
\[field\] : Inserts an invisible field which lets you start type from there. Useful for forms.
|
||||
\[date\] : Inserts today's station date.
|
||||
\[time\] : Inserts the current station time.
|
||||
Pen exclusive commands
|
||||
\[small\] - \[/small\] : Decreases the size of the text.
|
||||
\[list\] - \[/list\] : A list.
|
||||
\[*\] : A dot used for lists.
|
||||
\[hr\] : Adds a horizontal rule."}
|
||||
Reference in New Issue
Block a user