diff --git a/src/agent/commands/actions.js b/src/agent/commands/actions.js index 8c6804f..a80ad29 100644 --- a/src/agent/commands/actions.js +++ b/src/agent/commands/actions.js @@ -295,14 +295,6 @@ export const actionsList = [ await skills.goToBed(agent.bot); }) }, - { - name: "!goToDeath", - description: "Go to the location of your bot's last death position and retrieve any lost items.", - perform: wrapExecution(async (agent) => { - await skills.goToDeath(agent.bot, agent); - await skills.pickupNearbyItems(agent.bot); - }) - }, { name: '!activate', description: 'Activate the nearest object of a given type.',