Skip to content

Commit 3de3549

Browse files
committedJun 4, 2016
Fixed missing bracket in Guncho Realms.i7x.
1 parent 0a9f4f9 commit 3de3549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎HackedI7/5Z71/Inform7/Extensions/Guncho Cabal/Guncho Realms.i7x

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A PC has indexed text called the mud-name. Rule for printing the name of a PC (c
2424
The description of a PC is "[possibly customized description of the item described]".
2525

2626
After examining a PC (this is the list PC possessions after examining rule):
27-
if the noun is wearing something, say "[The noun] is wearing [a list of things worn by the noun.";
27+
if the noun is wearing something, say "[The noun] is wearing [a list of things worn by the noun].";
2828
if the noun is carrying something, say "[The noun] is carrying [a list of things carried by the noun]."
2929

3030
To say possibly customized description of (victim - PC):

0 commit comments

Comments
 (0)