Skip to content

Commit

Permalink
fix(loothandler): ensure tridents are looted and not alched
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jun 1, 2024
1 parent c0cdc8c commit 59554be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional/handlers/loothandler.simba
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ begin
'Hobgoblin champion scroll', 'Ghoul champion scroll',
'Earth warrior champion scroll', 'Jogre champion scroll',
'Lesser demon champion scroll',
'Giant key', 'Mossy key'
'Giant key', 'Mossy key', 'Trident of the seas (full)' , 'Trident of the seas'
];
Self.PriorityArray := Self.PriorityArray.ToLower;

Expand Down
Binary file modified utils/data/monsters.zip
Binary file not shown.

0 comments on commit 59554be

Please sign in to comment.