Merge pull request #1616 from Citadel-Station-13/upstream-merge-28465

[MIRROR] Fixes a documentation typo
This commit is contained in:
LetterJay
2017-06-16 11:09:51 -05:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@
new_mob.key = key
The Login proc will handle making a new mob for that mobtype (including setting up stuff like mind.name). Simple!
The Login proc will handle making a new mind for that mobtype (including setting up stuff like mind.name). Simple!
However if you want that mind to have any special properties like being a traitor etc you will have to do that
yourself.