removed unnecessary "!goToDeath" action

this code is unnecessary
the bot can use "!goToPlace('last_death_position')"
This commit is contained in:
Lawtro37 2024-11-03 17:40:04 +10:00 committed by GitHub
parent ac545acf51
commit 5606dad576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.',