|
|
|
|
995
|
|
995
|
|
996
|
func (c *ExecutionContext) destroyCmd(target string) {
|
996
|
func (c *ExecutionContext) destroyCmd(target string) {
|
997
|
|
997
|
|
998
|
- object, found := c.MatchFirst(c.context.ID, target, MatchContext|MatchGlobalDBRef|MatchExitAliases|MatchInventory|MatchStuffTypes)
|
|
|
|
|
998
|
+ object, found := c.MatchFirst(c.context.ID, target, MatchContext|MatchGlobalDBRef|MatchRelative|MatchExitAliases|MatchInventory|MatchStuffTypes)
|
999
|
if !found {
|
999
|
if !found {
|
1000
|
c.output("I don't see that here.")
|
1000
|
c.output("I don't see that here.")
|
1001
|
return
|
1001
|
return
|