🐛 Missing punctuation
This commit is contained in:
parent
aeba1996ba
commit
9c2142ea66
1 changed files with 5 additions and 5 deletions
|
|
@ -1,20 +1,20 @@
|
|||
Include "Computer.inf";
|
||||
|
||||
NPC pirate_leader "Pirate Leader"
|
||||
with name 'pirate' 'leader' 'tellarite'
|
||||
with name 'pirate' 'leader' 'tellarite',
|
||||
description "The Pirate Leader is a stout, but menacing Tellarite.^
|
||||
Her large tusks are very prominent, much larger than other
|
||||
Tellarites you've known.^
|
||||
(She must be a northern Tellarite.)^
|
||||
Despite her small stature, you can see she's not to be taken lightly."
|
||||
has ~proper female
|
||||
Despite her small stature, you can see she's not to be taken lightly.",
|
||||
has ~proper female;
|
||||
|
||||
NPC pirate_second "Pirate Second in Command"
|
||||
with name 'pirate' 'xo' 'kzinti',
|
||||
description "The pirate XO is a large, imposing, Kzinti male.^
|
||||
His fangs are clearly visible coming out of his mouth.^
|
||||
You'd heard that Kzinti were cat-like, but his imposing frame
|
||||
reminds you of a jaquar, ready to pounce on unsuspecting prey."
|
||||
reminds you of a jaquar, ready to pounce on unsuspecting prey.",
|
||||
has ~proper male;
|
||||
|
||||
NPC gomez "Christi Gomez" lower_decks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue