Fixed an issue with the locks not getting properly set on rooms.
This commit is contained in:
parent
c3a4063cc3
commit
ecf11b38cd
2 changed files with 1 additions and 8 deletions
|
|
@ -268,10 +268,6 @@ class CmdGet(MuxCommand):
|
|||
if caller == obj:
|
||||
caller.msg("You can't get yourself.")
|
||||
return
|
||||
if obj.player or obj.destination:
|
||||
# don't allow picking up player objects, nor exits.
|
||||
caller.msg("You can't get that.")
|
||||
return
|
||||
if obj.location == caller:
|
||||
caller.msg("You already hold that.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue