Made search(*playername) commands correctly return a Player typeclass and not a character. Initial startup/character creation: Default permissions are now assigned on player level rather than character level (this gives more safety to @puppet operations). Made @puppet command work only on Character objects.

This commit is contained in:
Griatch 2010-10-21 18:58:47 +00:00
parent c9861e06de
commit 547eb53b32
8 changed files with 61 additions and 39 deletions

View file

@ -38,6 +38,7 @@ PERMS = [
'examine',
'typeclass',
'debug',
'puppet',
'batchcommands',
'batchcodes',
@ -89,6 +90,7 @@ GROUPS = {
'perm',
'batchcommands',
'batchcodes',
'puppet',
'wall',
'boot',