mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Added the 'heal' command and potion functionionality. It doesn't work for the opponent for some reason
This commit is contained in:
+8
-1
@@ -134,7 +134,14 @@ client.connect(err => {
|
||||
{ name: 'Shield', cost: 100, icon: '🛡', sect: 'Weapons' },
|
||||
{ name: 'Axe', cost: 40, icon: '🪓', sect: 'Weapons' },
|
||||
{ name: 'Trident', cost: 140, icon: '🔱', sect: 'Weapons' },
|
||||
{ name: 'Scissors', cost: 10, icon: '✂️', sect: 'Weapons' }
|
||||
{ name: 'Scissors', cost: 10, icon: '✂️', sect: 'Weapons' },
|
||||
|
||||
//Potions (of varying sections)
|
||||
{ name: 'HP Potion', cost: 20, icon: 'CUSTOM|healing_potion', sect: 'HP' },
|
||||
{ name: 'MP Potion', cost: 15, icon: 'CUSTOM|mana_potion', sect: 'MP' },
|
||||
{ name: 'Super HP Potion', cost: 50, icon: 'CUSTOM|superior_healing_potion', sect: 'HP' },
|
||||
{ name: 'Super MP Potion', cost: 40, icon: 'CUSTOM|superior_mana_potion', sect: 'MP' }
|
||||
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user