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:
parent
c9861e06de
commit
547eb53b32
8 changed files with 61 additions and 39 deletions
|
|
@ -38,6 +38,7 @@ PERMS = [
|
|||
'examine',
|
||||
'typeclass',
|
||||
'debug',
|
||||
'puppet',
|
||||
|
||||
'batchcommands',
|
||||
'batchcodes',
|
||||
|
|
@ -89,6 +90,7 @@ GROUPS = {
|
|||
'perm',
|
||||
'batchcommands',
|
||||
'batchcodes',
|
||||
'puppet',
|
||||
|
||||
'wall',
|
||||
'boot',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue