correct typo "npt" -> "npc"
This commit is contained in:
parent
851ca30be5
commit
704bd1cdf1
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ class CmdCreateNPC(Command):
|
||||||
))
|
))
|
||||||
caller.location.msg_contents(message_template.format(
|
caller.location.msg_contents(message_template.format(
|
||||||
creator=caller.key,
|
creator=caller.key,
|
||||||
npt=name,
|
npc=name,
|
||||||
), exclude=caller)
|
), exclude=caller)
|
||||||
```
|
```
|
||||||
Here we define a `+createnpc` (`+createNPC` works too) that is callable by everyone *not* having the
|
Here we define a `+createnpc` (`+createNPC` works too) that is callable by everyone *not* having the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue